Created
October 3, 2023 08:41
-
-
Save jeroensmink98/f82f2d2a02e96775772a495a6329441d to your computer and use it in GitHub Desktop.
Hackernews dark mode and better readability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add to Ublock Origin -> Your Filters | |
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##span.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) | |
news.ycombinator.com##tr.spacer:style(height: 10px !important;) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment