From 55b890ec20f1534ff931c2cee8649cc861f6048e Mon Sep 17 00:00:00 2001 From: Leo Globerman Date: Sun, 22 Dec 2024 13:58:15 -0500 Subject: [PATCH] fix: re-hide shorts on homepage --- list.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list.txt b/list.txt index 16c4823..8b8f990 100644 --- a/list.txt +++ b/list.txt @@ -55,7 +55,7 @@ m.youtube.com##ytm-pivot-bar-item-renderer:has(.pivot-shorts) m.youtube.com##ytm-video-with-context-renderer:has([data-style="SHORTS"]) ! Hide shorts sections except on history page -m.youtube.com##:matches-path(/^(?!\/feed\/history).*$/)ytm-rich-section-renderer:has(.reel-shelf-title-wrapper .yt-core-attributed-string:has-text(/(^| )Shorts( |$)/i)) +m.youtube.com##:matches-path(/^(?!\/feed\/history).*$/)ytm-rich-section-renderer:has(.yt-core-attributed-string:has-text(/(^| )Shorts( |$)/i)) m.youtube.com##:matches-path(/^(?!\/feed\/history).*$/)ytm-reel-shelf-renderer.item:has(.reel-shelf-title-wrapper .yt-core-attributed-string:has-text(/(^| )Shorts( |$)/i)) ! Hide shorts tab on channel pages