ajayyy / SponsorBlock

Skip YouTube video sponsors (browser extension)
https://sponsor.ajay.app
GNU General Public License v3.0
9.27k stars 300 forks source link

[Feature] Hide "Exclusive Access" videos directly in the subscription feed #1693

Open raphaelp-github opened 1 year ago

raphaelp-github commented 1 year ago

Hide "Exclusive Access" videos directly in the subscription feed. This is a suggestion for improvement.

mchangrh commented 1 year ago

wouldn't be too difficult with #1623 and https://github.com/mchangrh/yt-neuter/issues/23

mchangrh commented 1 year ago

uBo rules

! hide exclusive access videos
youtube.com###dismissible:has(.sponsorThumbnailLabelVisible[style*="--category-color:var(--sb-category-preview-exclusive_access, var(--sb-category-exclusive_access))"]):not(.ytd-shelf-renderer):upward(1)
! hide selfpromo videos
youtube.com###dismissible:has(.sponsorThumbnailLabelVisible[style*="--category-color:var(--sb-category-preview-selfpromo, var(--sb-category-selfpromo))"]):not(.ytd-shelf-renderer):upward(1)
! hide sponsor videos
youtube.com###dismissible:has(.sponsorThumbnailLabelVisible[style*="--category-color:var(--sb-category-preview-sponsor, var(--sb-category-sponsor))"]):not(.ytd-shelf-renderer):upward(1)
raphaelp-github commented 1 year ago

Hi all,

Do you have any updates?

mchangrh commented 1 year ago

use the ublock origin rules

ccuser44 commented 1 year ago

If this gets added in to Sponsorblock then it shouldn't be enabled by default

raphaelp-github commented 4 months ago

Hi all,

Do you know how to apply a rule on the Brave browser to hide "Exclusive Access" videos from the feed?

mchangrh commented 4 months ago

https://support.brave.com/hc/en-us/articles/360018039072-How-do-I-use-the-Content-Filter-to-block-elements-on-a-webpage

add the filters from the comment above

raphaelp-github commented 4 months ago

@mchangrh It has no effect on me.