ShadowFox
ShadowFox copied to clipboard
Firefox 69 incompatibility, easy to solve by two additional settings
ShadowFox could set these values under about:config automatically:
-
toolkit.legacyUserProfileCustomizations.stylesheets
=> true -
browser.in-content.dark-mode
=> true
Without these two ShadowFox will have no effect in Firefox 69+
Where can I kiss you? This saved my day. Could someone implement this?
2. `browser.in-content.dark-mode` => true
I'm on firefox 69 and don't seem to need this set to true.
Came here and found this after it wouldn't work for me. This fixed it, thank you.
One of the devs should pin this on the homepage as a temporary workaround
There is a note about this in wiki, but not on repo's README.md.
Many thanks ♥
Why is this not possible to incorporate in the code?
It should be, but seems like the project hasn't been updated in forever, can consider it dead.
I see commits?
This change would have to be implemented in the updater repo. See this issue here:
https://github.com/SrKomodo/shadowfox-updater/issues/53
Can the info that exists on https://github.com/overdodactyl/ShadowFox/wiki/Installation and an additional line for browser.in-content.dark-mode => true be set be added to the "Installation and Updating" section of README.md at least? I spent ages trying to get it to work, and nothing in the installation section of the README.md mentions this. right now it's very unclear why after installation nothing changes.
@toxicbubble Good idea - I just made a fork and did that. I'll look into getting the updater to automatically do it later this week.