Basilisk • Re: Need help with French and other requests
So I created a short montage of the following elements: intrusive pop-up windows, while avoiding advertisements. This will allow you to better understand the importance of dark mode in my operating system, even though the user can ultimately choose between light mode, dark mode, etc.
Hmm... try this:
Go to about:config in the URL bar.
Search for browser.display.prefers_color_scheme.
Change the value from 1 to 2.
Now, websites that honor the prefers_color_scheme option should always display in dark mode. I remember implementing this directly into the browser a while back, so in theory it shouldn't require an extension. That's pretty much how that preference works by default, just set it and pages know you prefer dark mode.
The feature implementation is right here:
https://repo.palemoon.org/MoonchildProd ... f08a124c75
But yeah, I think the extension would only be needed if you want this to change dynamically. If you just want to request your pages be dark all the time, we already have that exposed as an about:config setting.
Discussion in the ATmosphere