Does anyone know if HN will natively support a dark mode and if not, where can I find an implementation of it?
Ask HN: Dark Mode for HN?
1–9 of 9 posts
Re: Ask HN: Dark Mode for HN?
#2You could do it yourself using this extension if you use Chrome:
https://chrome.google.com/webstore/detail/user-css/okpjlejfh...
Re: Ask HN: Dark Mode for HN?
#3There exists extensions that can do it, tho be careful about them some have been known to spy on people, by reporting back data
Re: Ask HN: Dark Mode for HN?
#4The Chrome extension Dark Reader works very well on Hacker News. It's hit or miss on other sites and can create some disturbing SVGs.
Re: Ask HN: Dark Mode for HN?
#5I use tampermonkey (works in all browsers IIRC) with this little hacky script: https://pastebin.com/USzMCtSz
Re: Ask HN: Dark Mode for HN?
#6Stylus (browser extension) + Hacker News Dark - https://userstyles.org/styles/113994/hacker-news-dark
Re: Ask HN: Dark Mode for HN?
#7I use Stylus [1] with the Hacker News Gray style [2].
Re: Ask HN: Dark Mode for HN?
#8Here's a simple user style I wrote:
body { background-color: black !important; filter: invert(90%) hue-rotate(180deg) !important; }
Re: Ask HN: Dark Mode for HN?
#9A couple of months ago I created a dark theme for HN: https://chrome.google.com/webstore/detail/hn-enhance/dmnbgmc...