thebaffler.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
albatross4
Site Member
Site Member
Posts: 42
Joined: Thu Jul 29, 2021 5:59 am

thebaffler.com

Post by albatross4 »

On

Code: Select all

https://thebaffler.com/salvos/the-scream-ali
There is an overlay that sometimes appears when you scroll down the page:

Image

It looks like there is an existing filter in Fanboy's Annoyance list that is supposed to block this but is incorrect:

Code: Select all

iafrica.com,marijuanamoment.net,thebaffler.com###boxzilla-overlay
On thebaffler.com it seems it should be a class (.boxzilla-overlay) rather than an ID.

So to block this overlay you can do this:

Code: Select all

thebaffler.com##.boxzilla-overlay
---

There is also a newsletter container that isn't fully blocked:

Image

Which can be blocked with:

Code: Select all

thebaffler.com##.newsletter-story
---

And there is a social media share bar:

Image

Which can be blocked with:

Code: Select all

thebaffler.com##.icon-contain:has(.sharing-icon)
Locked