On Android, Vivaldi supports dark more out of the box. It's actually just a toggle for the dark mode present on any chromium-based browser, and you can enable it globally in any of them in chrome://flags/#enable-force-dark
Dark Reader, often recommended, is very slow, especially on old hardware. This built-in mode is much more efficient and works well on vast majority of pages.
Dark Reader's slowness primarily stems from its auto-detection of pages that need darkening. If you turn that off and manually enable it on pages that need it, it doesn't feel any slower than anything else
If you're on one of the betas for about-to-be-released apple OS’s, there's a new describe an extension functionality and building a dark mode for HN is exactly what I just used it to do. Super easy, and synced across all my devices.
I know this sounds like an ad, but I was pretty impressed with it
I used "Override colors" under Settings -> Accessibility to set nice dark colors.
Then I used userChrome.js from https://github.com/AlexVallat/firefox-scripts/ to add a button which toggles the browser preferences "browser.display.use_system_colors" and "browser.display.document_color_use", so I can still access bright mode if needed.
35 comments
[ 2.7 ms ] story [ 24.1 ms ] threadDark Reader, often recommended, is very slow, especially on old hardware. This built-in mode is much more efficient and works well on vast majority of pages.
Use it with Stylus
https://news.ycombinator.com/item?id=23199062
See also:
dang + "dark mode": https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...
dang + "on the list" (lol): https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...
I know this sounds like an ad, but I was pretty impressed with it
Thank you!
https://chromewebstore.google.com/detail/hn-dark-mode/abpjfl...
It has a "Dark Mode" under options, plus it allows you to revisit a thread later and know which comments are new.
Then I used userChrome.js from https://github.com/AlexVallat/firefox-scripts/ to add a button which toggles the browser preferences "browser.display.use_system_colors" and "browser.display.document_color_use", so I can still access bright mode if needed.