forked from chase/ublock-filters
38 lines
1.6 KiB
Plaintext
38 lines
1.6 KiB
Plaintext
! Title: YouTube Shorts 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 playables on homepage
|
|
youtube.com##.ytd-rich-section-renderer.style-scope
|
|
|
|
! Hide shorts category on homepage and search pages
|
|
youtube.com##yt-chip-cloud-chip-renderer:has(yt-formatted-string:has-text(/^Shorts$/i))
|
|
|
|
! Hide all videos with the shorts indicator on the thumbnail
|
|
youtube.com##ytd-grid-video-renderer:has([overlay-style="SHORTS"])
|
|
youtube.com##ytd-rich-item-renderer:has([overlay-style="SHORTS"])
|
|
youtube.com##ytd-video-renderer:has([overlay-style="SHORTS"])
|
|
youtube.com##ytd-item-section-renderer.ytd-section-list-renderer[page-subtype="subscriptions"]:has(ytd-video-renderer:has([overlay-style="SHORTS"]))
|
|
|
|
! Hide shorts button in sidebar
|
|
youtube.com##ytd-guide-entry-renderer:has(yt-formatted-string:has-text(/^Shorts$/i))
|
|
|
|
! Hide shorts section on homepage
|
|
youtube.com##ytd-rich-section-renderer:has(#title:has-text(/(^| )Shorts( |$)/i))
|
|
|
|
! Hide shorts in recommended videos
|
|
youtube.com##ytd-reel-shelf-renderer
|
|
|
|
! Hide shorts tab on channel pages
|
|
! Old style
|
|
youtube.com##tp-yt-paper-tab:has(.tp-yt-paper-tab:has-text(Shorts))
|
|
! New style (2023-10)
|
|
youtube.com##yt-tab-shape:has-text(/^Shorts$/)
|
|
|
|
! Hide short remixes in video descriptions
|
|
youtube.com##ytd-reel-shelf-renderer.ytd-structured-description-content-renderer:has-text(/^Shorts remixing this video$/i)
|