rugk / website-dark-mode-switcher

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.
https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/?src=external-github-top
Other
58 stars 4 forks source link

Fix race condition if settings are applied before loading common.js content script #34

Closed rugk closed 3 years ago

rugk commented 3 years ago

Fixes https://github.com/rugk/website-dark-mode-switcher/issues/32 I hope. :smiley:

It just retries setting the value if it is not set yet.

rugk commented 3 years ago

@ConnorJC3 Thanks for your review in the issue (#32). If you want, feel free to review it again/approve it here in this PR. :smiley: