Skip to content

Instantly share code, notes, and snippets.

@alex-jitbit
Last active December 13, 2023 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-jitbit/a3d57d97003d33295e430cc2b3b134fa to your computer and use it in GitHub Desktop.
Save alex-jitbit/a3d57d97003d33295e430cc2b3b134fa to your computer and use it in GitHub Desktop.
Dark Theme for Hacker News via uBlock Origin

Dark Theme for Hacker News

With a tiny uBlock Origin hack

If you already have uBlock Origin go to uBlock's settings, open "My filters" and paste this code:

news.ycombinator.com##body:style(background: #222)
news.ycombinator.com##td:style(color: #ddd !important)
news.ycombinator.com##table:style(background-color: #222)
news.ycombinator.com##div.toptext:style(color: #ddd)
news.ycombinator.com##span.c00:style(color: #ddd !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: #ddd !important)
news.ycombinator.com##textarea:style(color: #ddd !important; background: inherit; )
news.ycombinator.com###hnmain:style(background: #222 !important)

Edit the colors if you want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment