Add filters
This commit is contained in:
22
chase-youtube-search.txt
Normal file
22
chase-youtube-search.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
! Title: YouTube Search Filters
|
||||
! Description: Filters to clean up Shorts and Playables on 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 unrelated results from search
|
||||
www.youtube.com##ytd-shelf-renderer:has(#title:has-text(/^\s*(People also watched|For you|Previously watched|Latest from|Channels new to you|From related searches)\s*$/))
|
||||
|
||||
! Hide list of recent uploads from a channel from search
|
||||
www.youtube.com##ytd-shelf-renderer.style-scope:has-text(/Latest from/)
|
||||
|
||||
! Hide Mix results from search
|
||||
www.youtube.com##ytd-radio-renderer
|
||||
|
||||
! Hide things that you didn't search for
|
||||
www.youtube.com##ytd-horizontal-card-list-renderer.ytd-item-section-renderer:has-text(People also search for)
|
||||
|
||||
! YT Search - keep only videos (no shorts)
|
||||
youtube.com##ytd-search ytd-item-section-renderer>#contents>:is(:not(ytd-video-renderer,yt-showing-results-for-renderer,[icon-name="promo-full-height:EMPTY_SEARCH"]),ytd-video-renderer:has([aria-label="Shorts"])),ytd-secondary-search-container-renderer
|
Reference in New Issue
Block a user