Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: Why there’s no dark mode in HN?
1 points
by
deep_thinker26
1046 days ago
Why ??
6 comments
mtmail
1046 days ago
It's a semi-regular question. I doubt it will ever happen.
https://hn.algolia.com/?q=ask+dark+mode
link
k310
1046 days ago
I am using "Darker" for safari, and it works well. I see "Dark Night" and "HN Dark Mode" on other devices here. But I don't tinker with something that works well.
link
mtmail
1046 days ago
"Dark Reader" for Firefox. I'm reading HN in dark right now.
link
helph67
1046 days ago
HN Enhance for Firefox, been using it for years.
https://addons.mozilla.org/en-US/firefox/addon/hn-enhance/?u...
link
philonoist
1046 days ago
I don't know. I don't want to, so long as I have HN Enhancement Suite. It works befitting to the shortcomings of HN design.
link
Tomte
1046 days ago
Why should every web site accommodate that? Tell your browser vendor to act upon your system settings and display web sites accordingly.
link
hypercube33
1046 days ago
hews app supports this and there is a few extensions for chrome based browsers that usually work on hacker news.
link
smoldesu
1046 days ago
CSS is editable client-side.
link
willcate
1046 days ago
javascript: (() => { document.documentElement.style.filter = "invert()";document.documentElement.style.background = '#fff' })();
link
willcate
1046 days ago
save to a shortcut in your button bar
link