26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
! Title: YouTube Search Filters
|
|
! Description: Filters to clean up Shorts and Playables on YouTube
|
|
[uBlock origin]
|
|
! Version: 1.3.0
|
|
! Last modified: 2025-07-02
|
|
! Expires: 2 days (update frequency)
|
|
! Homepage: https://git.traphouse.cathoderaytube.net/chase/ublock-filters
|
|
! License: https://git.traphouse.cathoderaytube.net/chase/ublock-filters/src/branch/main/LICENSE
|
|
|
|
!!! This file is generated by README.org and should not be edited directly !!!
|
|
|
|
! 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
|