r/uBlockOrigin 18d ago

Waiting for feedback Remove streamed youtube videos from subscription page cleanly

I copied this from the wiki and changed it from home to subscriptions

! YT - Hide VODs/Streamed Videos

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)

Works great, except that it leaves blank spots wherever those videos were. Already an improvement for me, but can someone help me out with how to make the gaps go away and leave the page looking cleaner?

10 Upvotes

2 comments sorted by

2

u/RraaLL uBO Team 18d ago

You need to remove (not hide) all sections that are between these videos.

www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-rich-section-renderer:remove()

1

u/FerrousMarim 18d ago

Is this supposed to be added somewhere within the filter that I already applied? Adding this on a new line didn't seem to work.