Never understood the point of dark modes. Am I too old?
Hacker News needs a Dark Mode
31–40 of 94 posts
Re: Hacker News needs a Dark Mode
#32https://i.imgur.com/b08pZev.png
* https://addons.mozilla.org/en-US/firefox/addon/styl-us/ Stylus Button > Manage > Write New Style > Import
* https://gist.github.com/Zren/d025e06754bb2e0a7de0036fb2eee3f...
I personally disable all extensions except uBlockOrigin from auto-updating. If they break, then that prompts me to re-check if they're legit or if they've been bought out (like Stylish) before updating.
Re: Hacker News needs a Dark Mode
#33Earlier quoted context omitted.
Same. It's been 3 years since they said they would do something and it only needs a couple of lines to the CSS.
eh to be fair it's a bit more than a couple of lines, but I agree, with a site like HN it shouldn't be too bad.
Re: Hacker News needs a Dark Mode
#34[flagged]
Re: Hacker News needs a Dark Mode
#35Re: Hacker News needs a Dark Mode
#36Re: Hacker News needs a Dark Mode
#37Never understood the point of dark modes. Am I too old?
Re: Hacker News needs a Dark Mode
#38Re: Hacker News needs a Dark Mode
#39If you're using ublock origin, I have these filters which I copied from another HN comment once upon a time. news.ycombinator.com##html:style(filter:invert(100%) hue-rotate(180deg)) news.ycombinator.com##body:style(background: white) news.ycombinator.com##div.toptext:style(color: black) news.ycombinator.com###hnmain td[bgcolor="#000000"] edit: "rules" -> "filters"
i can't read dark mode as well as light mode, but thanks for the advice!