Skip to content

Commit 4932404

Browse files
committed
Remove old filters
1 parent a3da08a commit 4932404

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

list.txt

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@
99
! Remove empty spaces in grid
1010
www.youtube.com##ytd-rich-grid-row,#contents.ytd-rich-grid-row:style(display: contents !important)
1111

12-
! Hide all videos containing the phrase "#shorts"
13-
www.youtube.com##ytd-grid-video-renderer:has(#video-title:has-text(/(^| )#Shorts?( |$)/i))
14-
www.youtube.com##ytd-rich-item-renderer:has(#video-title:has-text(/(^| )#Shorts?( |$)/i))
15-
16-
! Hide all videos with the shorts indicator on the thumbnail
17-
www.youtube.com##ytd-grid-video-renderer:has([overlay-style="SHORTS"])
18-
www.youtube.com##ytd-rich-item-renderer:has([overlay-style="SHORTS"])
19-
www.youtube.com##ytd-video-renderer:has([overlay-style="SHORTS"])
20-
www.youtube.com##ytd-item-section-renderer.ytd-section-list-renderer[page-subtype="subscriptions"]:has(ytd-video-renderer:has([overlay-style="SHORTS"]))
21-
2212
! Hide shorts button in sidebar
2313
www.youtube.com##ytd-guide-entry-renderer:has(yt-formatted-string:has-text(/^Shorts$/i))
2414
! Tablet resolution
@@ -28,10 +18,7 @@ www.youtube.com##ytd-mini-guide-entry-renderer:has(.title:has-text(/^Shorts$/i))
2818
www.youtube.com##:matches-path(/^(?!\/feed\/history).*$/)ytd-rich-section-renderer:has(#title:has-text(/(^| )Shorts( |$)/i))
2919
www.youtube.com##:matches-path(/^(?!\/feed\/history).*$/)ytd-reel-shelf-renderer:has(.ytd-reel-shelf-renderer:has-text(/(^| )Shorts( |$)/i))
3020

31-
! Hide shorts tab on channel pages`
32-
! Old style
33-
www.youtube.com##tp-yt-paper-tab:has(.tp-yt-paper-tab:has-text(Shorts))
34-
! New style (2023-10)
21+
! Hide shorts tab on channel pages
3522
www.youtube.com##yt-tab-shape:has-text(/^Shorts$/)
3623

3724
! Hide short remixes in video descriptions and in suggestions beside the comments
@@ -46,26 +33,14 @@ www.youtube.com##.yt-shelf-header-layout__title:has-text(/(^| )Shorts( |$)/i):up
4633

4734
!!! MOBILE !!!
4835

49-
! Hide all videos in home feed containing the phrase "#shorts"
50-
www.youtube.com##ytm-rich-item-renderer:has(#video-title:has-text(/(^| )#Shorts?( |$)/i))
51-
52-
! Hide all videos in subscription feed containing the phrase "#shorts"
53-
m.youtube.com##ytm-item-section-renderer:has(#video-title:has-text(/(^| )#Shorts?( |$)/i))
54-
5536
! Hide shorts button in the bottom navigation bar
5637
m.youtube.com##ytm-pivot-bar-item-renderer:has(.pivot-shorts)
5738

58-
! Hide all videos with the shorts indicator on the thumbnail
59-
m.youtube.com##ytm-video-with-context-renderer:has([data-style="SHORTS"])
60-
6139
! Hide shorts sections except on history page
6240
m.youtube.com##:matches-path(/^(?!\/feed\/history).*$/)ytm-rich-section-renderer:has(.yt-core-attributed-string:has-text(/(^| )Shorts( |$)/i))
6341
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))
6442

6543
! Hide shorts tab on channel pages
66-
! Old style
67-
m.youtube.com##.single-column-browse-results-tabs>a:has-text(Shorts)
68-
! New style (2023-10)
6944
m.youtube.com##yt-tab-shape:has-text(/^Shorts$/)
7045

7146
! Hide short remixes in video descriptions and in suggestions below the player

0 commit comments

Comments
 (0)