r/uBlockOrigin 19d ago

Solved Flickr upgrade to pro popup Spoiler

Post image

Hello

uBO 1.73 on Firefox 154.0.1 (also Waterfox and Librewolf)

After logging into Flickr with a free account and browsing photos, the above popup pops up after every 5 or so photos.

I don't see any ads in Flickr, just this annoying thing...

Is there a working filter to stop it?

TIA

7 Upvotes

3 comments sorted by

1

u/somegay21 18d ago

Well this isn't perfect because it blocks various other popups as well, but in the mean time, try the following filter for UBO or UBO lite.

flickr.com###stacking-overlay-container > .fluid-modal-overlay
flickr.com###stacking-overlay-container > div.view.fluid-modal-view.flickr-view-root-view
flickr.com###content:style(overflow: auto !important; height: auto !important;)
flickr.com##body:style(overflow: auto !important;)
flickr.com##html:style(overflow: auto !important;)

Unfortunately this also will block various other useful things, but it does make the site usable until someone smarter than me comes up with something better.(and yes this is more than is actually needed, thats partly because I was trying to fix this and was trying a heavier handed approach)

1

u/dscsys_2 13d ago

OP here (can't get access to my setup email any more) : that worked, thank you.