Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View alex-jitbit's full-sized avatar
🤙

Alexander Yumashev alex-jitbit

🤙
View GitHub Profile
@alex-jitbit
alex-jitbit / dark-theme-hn.md
Last active December 13, 2023 22:14
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)
<meta property="og:image" content="https://imgen.jitbit.com/?txt={{ title }}&logo={{ url }}" />
<meta name="twitter:image" content="https://imgen.jitbit.com/?txt={{ title }}&logo={{ url }}" />