tralhasvarias.blogspot.pt

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
kitcreole
Site Member
Site Member
Posts: 10
Joined: Fri Feb 23, 2018 2:06 pm

tralhasvarias.blogspot.pt

Post by kitcreole »

tralhasvarias.blogspot.pt - a few seconds after loading this site, it will produce a message saying it has detected an adblocker and requiring the user to disable it.

Can a filter be devised to stop the site from detecting ABP ?

Thank you very much. :)
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

add

Code: Select all

@@||pagead2.googlesyndication.com^$script,domain=tralhasvarias.blogspot.pt
@@||tralhasvarias.blogspot.pt^$generichide
kitcreole
Site Member
Site Member
Posts: 10
Joined: Fri Feb 23, 2018 2:06 pm

Post by kitcreole »

Thanks for the quick response!

One question, will this effectively keep the ads from loading while preventing the adblock detection ?
Or will the ads still load and just be hidden ?

Thanks again.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

the frames / ads will still be blocked, only the scripts will be downloaded as you can see (if you use ABP)

other adblockers (uBo - ublock origin for example) are able to prevent the anti adblocking stuff and still block all of crap (using other filters)
kitcreole
Site Member
Site Member
Posts: 10
Joined: Fri Feb 23, 2018 2:06 pm

Post by kitcreole »

I see. So the above filter is also good for uBlock Origin ? Or would that be a different filter ? Thanks for your insight.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

for ubo

Code: Select all

tralhasvarias.*##script:inject(bab-defuser.js)
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
kitcreole
Site Member
Site Member
Posts: 10
Joined: Fri Feb 23, 2018 2:06 pm

Post by kitcreole »

My renewed thanks both, you guys are the best. :D
kitcreole
Site Member
Site Member
Posts: 10
Joined: Fri Feb 23, 2018 2:06 pm

Post by kitcreole »

Worked like a charm all this time... until now - they must have changed something.

We need the wisdom of the masters once again, thanks if you can help. :)
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

New domain / anti adblock

Code: Select all

||tralhasvarias.blogspot.com^$csp=script-src 'self' *.blogger.com *.googleapis.com
or

Code: Select all

@@||tralhasvarias.blogspot.com^$generichide
@@||pagead2.googlesyndication.com^$script,domain=tralhasvarias.blogspot.com
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
kitcreole
Site Member
Site Member
Posts: 10
Joined: Fri Feb 23, 2018 2:06 pm

Post by kitcreole »

And once again I must salute your filter skills... I spent some time trying to come up with it myself but didn't even come close. Thank you VERY MUCH !
Locked