Custom dark mode on hacker news

This commit is contained in:
ItsDrike 2023-05-21 01:08:55 +02:00
parent 74467ca4c4
commit 9921a7bdc4
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -56,3 +56,10 @@ youtube.com##body ytd-watch-flexy[theater-requested_]:not([fullscreen]) #player-
! Removes "Experiencing interruptions" toast popup in the bottom corner when a video is bufferring (due to network congestion, underperforming hardware, or any other reason)
! https://gist.github.com/gidoBOSSftw5731; only for English YT version
www.youtube.com#?##toast:has(#text-container:has-text(/experiencing interruptions/i))
! Hacker News dark mode
! https://letsblock.it/filters/hackernews-darkmode
news.ycombinator.com##html:style(filter:invert(100%) hue-rotate(180deg))
news.ycombinator.com##body:style(background: white)
news.ycombinator.com##div.toptext:style(color: black)
news.ycombinator.com###hnmain td[bgcolor="#000000"]