mchangrh / yt-neuter

uBlock filter(s) list for blocking unwanted YouTube elements
https://neuter.mchang.xyz
The Unlicense
182 stars 13 forks source link

Filter list blocking videos from showing in 'Explore' pages #60

Closed OfficerGoose closed 5 months ago

OfficerGoose commented 6 months ago

I believe this filter youtube.com#@#ytd-rich-shelf-renderer:has(ytd-badge-supported-renderer#featured-badge) is blocking videos from showing up in these following pages: Live: image

News: image

Learning: image

Fashion & Beauty: image

mchangrh commented 6 months ago

The explore section is intentionally blocked but the shelf being blocked instead of the video is unintentional

mchangrh commented 6 months ago

It looks like all the shelves are technically featured shelves, I'll see if I can separate the two but I'm leaning towards intentional

mchangrh commented 5 months ago

It looks like the only indicator of this is [page-subtype="live"] in results-renderer.

A workaround would be

youtube.com#@#ytd-rich-shelf-renderer:has(ytd-badge-supported-renderer#featured-badge)
youtube.com##:matches-path(/) ytd-rich-shelf-renderer:has(ytd-badge-supported-renderer#featured-badge)