Add filters
This commit is contained in:
16
chase-youtube-content.txt
Normal file
16
chase-youtube-content.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
! Title: YouTube Content Filters
|
||||
! Description: *Opinionated* filters to clean up unwanted content from YouTube
|
||||
! Version: 1.0.0
|
||||
! Last modified: 2025-06-29T23:10:23+00:00
|
||||
! Expires: 2 weeks (update frequency)
|
||||
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
||||
! License: https://git.traphouse.cathoderaytube.net/chase/ublock-filters/src/branch/main/LICENSE
|
||||
|
||||
! Hide auto-dubbed videos on YouTube
|
||||
www.youtube.com##ytd-compact-video-renderer:has([d="M11.72 11.928A4.004 4.004 0 0015 7.998c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.96 1.42 3.59 3.28 3.93-5.51.28-8.28 3.83-8.28 8.07L20 20c0-4.24-2.77-7.79-8.28-8.07Z"])
|
||||
|
||||
! YT Home - Hide videos based on channel names
|
||||
youtube.com##ytd-browse[page-subtype="home"] ytd-rich-item-renderer:has(#avatar-link:is([title="ChannelName"], [title*="ContainsChannelName"], [title="Case Insensitive Channel Name"i]))
|
||||
|
||||
! YT Search - hide results based on channel names
|
||||
www.youtube.com##ytd-search ytd-video-renderer:has(#text.ytd-channel-name:is([title="Exact channel name 1"], [title="Exact channel name 2"]))
|
Reference in New Issue
Block a user