This is a (Firefox) add-on (WebExtension) that lets you invert the website's color scheme by inverting/changing the prefers-color-scheme media feature of CSS.
The new API can modify the browser settings via about:config
i.e. overrideContentColorScheme, which basically is exactly the API to make this add-on work properly.
The new API can modify the browser settings via
about:config
i.e.overrideContentColorScheme
, which basically is exactly the API to make this add-on work properly.Fixes https://github.com/rugk/website-dark-mode-switcher/issues/5