ShadowFox icon indicating copy to clipboard operation
ShadowFox copied to clipboard

Firefox 69 incompatibility, easy to solve by two additional settings

Open dmilith opened this issue 5 years ago • 12 comments

ShadowFox could set these values under about:config automatically:

  1. toolkit.legacyUserProfileCustomizations.stylesheets => true
  2. browser.in-content.dark-mode => true

Without these two ShadowFox will have no effect in Firefox 69+

dmilith avatar Sep 04 '19 11:09 dmilith

Where can I kiss you? This saved my day. Could someone implement this?

ShalokShalom avatar Sep 28 '19 21:09 ShalokShalom

2. `browser.in-content.dark-mode` => true

I'm on firefox 69 and don't seem to need this set to true.

rpgdev avatar Oct 01 '19 19:10 rpgdev

Came here and found this after it wouldn't work for me. This fixed it, thank you.

gen3vra avatar Oct 13 '19 04:10 gen3vra

One of the devs should pin this on the homepage as a temporary workaround

RenatoLopes771 avatar Oct 13 '19 22:10 RenatoLopes771

There is a note about this in wiki, but not on repo's README.md.

sanyer avatar Oct 18 '19 08:10 sanyer

Many thanks ♥

akitakedits avatar Oct 22 '19 10:10 akitakedits

Why is this not possible to incorporate in the code?

ShalokShalom avatar Nov 06 '19 08:11 ShalokShalom

It should be, but seems like the project hasn't been updated in forever, can consider it dead.

akitakedits avatar Nov 06 '19 09:11 akitakedits

I see commits?

ShalokShalom avatar Nov 06 '19 20:11 ShalokShalom

This change would have to be implemented in the updater repo. See this issue here:

https://github.com/SrKomodo/shadowfox-updater/issues/53

overdodactyl avatar Nov 10 '19 17:11 overdodactyl

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 avatar May 11 '20 23:05 toxicbubble

@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.

Thynix avatar May 24 '21 12:05 Thynix