Ask HN: Do you use any tools to improve your HN experience?
11–20 of 26 posts
Sometimes I use https://hn.algolia.com/ for search.
Re: Ask HN: Do you use any tools to improve your HN experience?
#12A little CSS to support dark mode and increase the text size. It's pretty basic and could be improved.
:root { color-scheme: light dark; }
* { background-color: revert !important; color: revert !important; font-size: revert !important; }
center { text-align: left !important; }
table#hnmain { width: 100% !important; }
Re: Ask HN: Do you use any tools to improve your HN experience?
#13The "close tab" button
Re: Ask HN: Do you use any tools to improve your HN experience?
#14A different take, but I use Freedom.io to block social media sites except for short periods during the day...it helps me both reclaim time that I would otherwise spend endlessly scrolling through garbage, and it makes the less frequent visits to HN more fruitful because everything is new.
Re: Ask HN: Do you use any tools to improve your HN experience?
#15I use https://hckrnews.com a lot
Re: Ask HN: Do you use any tools to improve your HN experience?
#16Dark Reader on desktop, the HACK app on iOS.
Re: Ask HN: Do you use any tools to improve your HN experience?
#17I just browse from iPhone with the Octal app. The website is terrible!
Re: Ask HN: Do you use any tools to improve your HN experience?
#18https://hackerer.news viewer that shows stories by day so I don't see yesterday's stories today interleaved with today's and avoid the slot machine dopamine hits.
It was originally written so that I could load all the titles and open tabs in the subway that would render when there was service at stops. Now wfh but still useful.
Re: Ask HN: Do you use any tools to improve your HN experience?
#19The “Refined Hacker News” extension for Chromium-based browsers.
Also works with firefox.
Re: Ask HN: Do you use any tools to improve your HN experience?
#20Every time I try to leave HN for some other front-end, there are subtle design features I miss. Every button on HN has a purpose, is easily accessible, and works as expected.
There’s a quote that good design is not when there’s nothing left to add, but when there’s nothing to take away. HN follows this perfectly. Sure, I could have dark mode, previews, and notifications, but I’d lose elsewhere unless I built my own front-end.