Skip to content

Instantly share code, notes, and snippets.

@vinaysshenoy
Last active September 9, 2023 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinaysshenoy/e1809bbceefcde681b6005929935e996 to your computer and use it in GitHub Desktop.
Save vinaysshenoy/e1809bbceefcde681b6005929935e996 to your computer and use it in GitHub Desktop.
Remove reddit mobile web popup
! https://www.reddit.com/r/uBlockOrigin/comments/yrtr3r/comment/j0v3gac/
! 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
! I suspect they are injecting artificial delays when above stuff is blocked (loading screen),
! if you see some delays, try if this helps:
! www.reddit.com##+js(nostif, /^/)
! www.reddit.com##+js(nosiif, /^/)
! 2022-11-11 20:20:47 CET:
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)
! 2022-11-12 10:11:02 CET
www.reddit.com##.XPromoPopupRplNew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment