Skip to content

Instantly share code, notes, and snippets.

@jsEveryDay
Created August 26, 2021 20:52
Show Gist options
  • Save jsEveryDay/e597681a4c5c74e9d6b124517d1c73b7 to your computer and use it in GitHub Desktop.
Save jsEveryDay/e597681a4c5c74e9d6b124517d1c73b7 to your computer and use it in GitHub Desktop.
HackerNews Dark
news.ycombinator.com##+js(addAttribute, td.title > a.storylink, target, _blank)
news.ycombinator.com##+js(addAttribute, td.title > a.storylink, rel, noopener noreferrer)
news.ycombinator.com##body:style( background-color: black !important;)
news.ycombinator.com##body > center > table:style( background-color: #202020 !important;)
news.ycombinator.com##p,span,a:link:style( color: #cccccc !important;)
news.ycombinator.com##td.title > a:link:style(font-size: 12pt !important;)
news.ycombinator.com##a:visited:style( color: #4a4a4a !important;)
news.ycombinator.com##tr.spacer:style(height:1em !important)
news.ycombinator.com##body > center > table > tbody > tr > td[bgcolor='#ff6600']:style( background-color: #131212 !important;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment