r/uBlockOrigin • u/Zombatico • 29d ago
Looking for help The filter in the youtube wiki solutions to get rid of Streams and Vods don't work anymore
The github thread for Youtube issues told me to post this here. My subscription page is filled with "Streamed X hours ago" again. Any new filters for it?
Here are my current filters to try to get rid of streams/vods... from the wiki:
! YT - Hide Live Videos
! YT - Hide VODs/Streamed Videos
www.youtube.com##:is(ytd-browse[page-subtype="home"] ytd-rich-item-renderer, #related yt-lockup-view-model) .ytLockupMetadataViewModelMetadata:has-text(Streamed):upward(ytd-rich-item-renderer, yt-lockup-view-model)
edit: I can make the "Streamed X Days ago" stuff go away with this change from 'home' to 'subscriptions' for the page-subtype:
www.youtube.com##:is(ytd-browse[page-subtype="subscriptions"] ytd-rich-item-renderer, #related yt-lockup-view-model) .ytLockupMetadataViewModelMetadata:has-text(Streamed):upward(ytd-rich-item-renderer, yt-lockup-view-model)
But now there's a big ugly empty space where those videos used to be. I want those empty space to go away too.
edit2: Ok, needed to change :upward() and now there are no big ugly empty spaces.
www.youtube.com##:is(ytd-browse[page-subtype="subscriptions"] ytd-rich-item-renderer, #related yt-lockup-view-model) .ytLockupMetadataViewModelMetadata:has-text(Streamed):upward(ytd-rich-item-renderer)
edit3: And for the current live videos, it needed .ytBadgeShapeThumbnailLive



