Page 1 of 1

How do adblock blockers work?

Posted: Wed Mar 02, 2016 6:06 am
by bl0ckth1s
I assume it's usually like this:
-- page includes a javascript file with a name that is blatant adblock bait that does something like create an image or set a variable
-- later script checks to see if the first one fired; if not it pegs you as an ad blocker

I noticed one aggressively monetized blog a couple of years ago that apparently tried to withhold the content until ads could be verified to have loaded. Alas, if one of the many ad servers was slow, it choked their whole site so they had to give it up. Are there any other methods used?

The typical cure for an adblock blocker seems to be just a blanket exception for the site in the filter (i.e. total surrender), perhaps with ad-hoc site-specific re-blocking of some of of the ad networks they use. Is that a fair impression?

Re: How do adblock blockers work?

Posted: Wed Mar 02, 2016 6:37 am
by lewisje
That's been discussed many times, and I like the rendition I gave in this thread, one of many many explanations of how ad-blocker detection (or more precisely, "inference") works: forum/viewtopic.php?t=42628

(Still, your guess is one of the more naive and easily circumvented antiblock methods, followed by the straightforward way to circumvent it.)