Here are some of mine, see my cross-post’s comments for more


Reddit

Select and drag/drop text on Reddit while logged out (source)

www.reddit.com##+js(aeld, mousedown, isSelectionOutOfRange)
www.reddit.com##+js(aeld, mouseup, shouldShowButton)

Application spam on mobile (source)

! Reddit app ad
www.reddit.com##.XPromoPopupRpl
www.reddit.com##xpromo-new-app-selector
www.reddit.com##.bottom-bar, .XPromoBottomBar
www.reddit.com##.useApp,.TopNav__promoButton
www.reddit.com##body:style(pointer-events:auto!important;)

! uBO Annoyances has also this:
! https://github.com/uBlockOrigin/uAssets/issues/6826
reddit.com##.XPromoPopup
reddit.com##body.scroll-disabled:style(overflow: visible!important; position: static!important;)
reddit.com##.XPromoInFeed
amp.reddit.com##.AppSelectorModal__body
amp.reddit.com##.upsell_banner

www.reddit.com##xpromo-app-selector
www.reddit.com##body.scroll-is-blocked:style(overflow: visible!important; position: static!important;)
www.reddit.com##+js(aeld, touchmove)

www.reddit.com##.XPromoPopupRplNew

www.reddit.com##body[style*="pointer-events"]:style(pointer-events:auto!important;)
www.reddit.com##body[style*="overflow"]:style(overflow:auto!important;)

RPAN (source)

! Hide Reddit 'Top Broadcast Now' & 'Top livestream'
reddit.com##a[href^="/rpan/"] > h3:has-text(/Top (livestream|broadcast)/):upward(7)

Downloading (source)

! Block downloading. Please report back if does not work or causes issues
||strapi.reddit.com^$xhr,domain=reddit.com

Fandom

Block the autoplay videos on Fandom.com sites.

fandom.com##^#article-featured-video-container

Bunch of other fandom annoyances: https://letsblock.it/filters/fandom-cleanup


  • Huhni@lemmy.world
    cake
    link
    fedilink
    arrow-up
    13
    ·
    7 months ago

    Check out the uBlock Wiki! uBlock can do so much more than just block elements or network requests, you can use scriptlets to get rid of so many annoyances or the :style() operator to make sites look better and cleaner, without having to add a whole userscript manager. And if you auto delete cookies/localstorage for privacy reasons like me, you can still keep some individual site settings with the trusted-set-cookie or trusted-set-local-storage-item scriptlets. Also the :has-text() selector is really useful to filter out some annoying keywords in social media posts, it even supports regex!