I'm developing a system to pass arbitrary condiments.
It has the extra benefit of only showing 60 latest HN items in 2 pages of 30, which helps me not spend too much time on HN going down interesting rabbit holes.
EDIT: now I know there is max 35 pages of HN
html {background: #000;} body {filter: invert(.95) hue-rotate(12deg);}
https://chromewebstore.google.com/detail/stylus/clngdbkpkpee...
Being self sufficient is a superpower that should be encouraged on the web. Change colors, fix formatting, remove ads! Power to the user!
Although as I've said in another comment, things like this, "go to the top" buttons, cookie banners and the like should be task of the web browser, not of the website.
On the laptop: Modern HN (https://www.modernhn.com) for Firefox. Not fond of the phoning home to firebase and extensionpay.
On the GrapheneOS Pixel: Harmonic (https://github.com/SimonHalvdansson/Harmonic-HN)
Why does every HN app re-implement bookmarks? Why can't they just save them to the HN website? Sure, you'd maybe need to fetch the static page from HN itself instead of using the API, and parse it for the favorite link to get the URL necessary, but it should be fairly simple regardless of whatever other changes are made (the link text is favorite, it's probably the first occurrence of a link with that text and has predictable URL format)
news.ycombinator.com##body:style(background: black)
news.ycombinator.com##td:style(color: #fafafa !important)
news.ycombinator.com##table:style(background-color: #120F0D)
news.ycombinator.com##div.toptext:style(color: #fafafa)
news.ycombinator.com##div.c00:style(color: #fafafa !important)
news.ycombinator.com##a:style(color: #ffa000 !important)
news.ycombinator.com##span#karma:style(color: #faa000 !important)
news.ycombinator.com##span.pagetop:style(color: #fafafa !important)
news.ycombinator.com##textarea:style(color: #fafafa !important; background: inherit; )
news.ycombinator.com###hnmain:style(background: #120F0D !important)
Dred's HN CSS Madhackery -- Dark Mode: <https://pastebin.com/6PF3dCXH>
You'll also find there my standard "light mode" styling which is how I typically browse the site.
I'm using Dark Reader since a long time now, but more and more often disabling it for some sites supporting HTML relatively recent additions.
Well supported by all mainstream browsers:
https://developer.mozilla.org/en-US/docs/Web/CSS/color_value...
rfarley04•1h ago