From 9921a7bdc446039e585c26ac713980ab54509632 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 21 May 2023 01:08:55 +0200 Subject: [PATCH] Custom dark mode on hacker news --- firefox/ublock/my_filters.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/firefox/ublock/my_filters.txt b/firefox/ublock/my_filters.txt index 5294291..f8c5375 100644 --- a/firefox/ublock/my_filters.txt +++ b/firefox/ublock/my_filters.txt @@ -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"]