forked from chase/ublock-filters
23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
Plaintext
! Title: YouTube Search Filters
|
|
! Description: Filters to clean up Shorts and Playables on YouTube
|
|
! Version: 1.2.0
|
|
! Last modified: 2025-07-01
|
|
! 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
|
|
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
|
|
youtube.com##ytd-shelf-renderer.style-scope:has-text(/Latest from/)
|
|
|
|
! Hide Mix results from search
|
|
youtube.com##ytd-radio-renderer
|
|
|
|
! Hide things that you didn't search for
|
|
youtube.com##ytd-horizontal-card-list-renderer.ytd-item-section-renderer:has-text(People also search for)
|
|
|
|
! YT Search - keep only videos (no shorts) and channels
|
|
youtube.com##ytd-search ytd-item-section-renderer>#contents>:is(:not(ytd-video-renderer,ytd-channel-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
|