Ad Blocking being detected by sites.
-
bbildman last edited by leocg
O64.0.3417.47, since I upgraded, there are WAY more web sites that are detecting Opera's Ad blocking. I don't want to disable javascript because doing that eliminates many features on many web sites.
Now that Opera has become so adept at ad-blocking, so have web sites become adept at detecting I am blocking their ads...what now??
-
A Former User last edited by
I use Opera's built-in Ad Blocker as well. I didn't notice any deterioration in the situation since the upgrade to Opera 64, but I also can compensate for the failure of Opera's Ad Blocker in some cases only by adding the web pages in question to the JavaScript exception list, which may have a significant impact on page display and page functionality. Examples:
- https://www.heise.de/
- https://www.golem.de/
- https://www.teltarif.de/
- https://www.techstage.de/ (belongs to heise)
Maybe you could also name some web sites so that the Adblocker can be improved accordingly?
-
blackbird71 last edited by
@bbildman said in Ad Blocking being detected by sites.:
Now that Opera has become so adept at ad-blocking, so have web sites become adept at detecting I am blocking their ads...what now??
Ad blocking involves blocking a browser from retrieving data from a third-party ad server URL. The website code that makes the callout to that URL can readily also perform a handshake with the ad server site to see if the ad has been called... if the handshake doesn't occur, the site knows ad blocking has occurred for that URL, regardless of how the ad server URL was blocked (extension, browser internals, hosts file, etc). It's not rocket science, but merely up to the site as to how it wishes to conduct its business and write its site code (usually employing Javascript for ad callouts). If a site is doing this kind of coding, the only way around it would involve a far more complex blocker code that intercepts and relays only the handshaking data to the browser but blocks any ensuing ads... simple URL black-listing wouldn't cut it. However, once you move into relaying handshaking, the challenges become infinitely more complicated, since there are infinite ways to construct handshakes.