Skip to content

Instantly share code, notes, and snippets.

View dividead's full-sized avatar
🧐

Daniil Pletnev dividead

🧐
View GitHub Profile
@dividead
dividead / ublock.txt
Created November 1, 2023 15:54 — forked from aclarknexient/ublock.txt
ublock origin hackernews dark mode and narrower comment display
! The following 2 lines are what I use to display news.ycombinator.com
! Limit comments to 70 characters wide, making them easier to read
news.ycombinator.com##.comment:style(max-width: 70ch !important; overflow: hidden !important;)
! Invert the colours of the site, making a dark mode that I like
! `invert(95%)` does most of the work,
! but you can tweak the hue-rotate value to fine tune the colours
news.ycombinator.com##html:style(filter:invert(95%) hue-rotate(200deg); background: white)