forked from chase/ublock-filters
12 lines
752 B
Plaintext
12 lines
752 B
Plaintext
! Title: chase's Content Filters
|
|
! Description: Block undesirable YouTube content
|
|
|
|
! Hide auto-dubbed videos on YouTube
|
|
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
|
|
youtube.com##ytd-search ytd-video-renderer:has(#text.ytd-channel-name:is([title="Exact channel name 1"], [title="Exact channel name 2"]))
|