reek / anti-adblock-killer

Anti-Adblock Killer helps you keep your Ad-Blocker active, when you visit a website and it asks you to disable.
http://reek.github.io/anti-adblock-killer/
Other
6k stars 761 forks source link

AdBlock detected on spiegel online #3517

Open miracle152004 opened 7 years ago

miracle152004 commented 7 years ago

Hi,

on the following site it still shows the Adblock detected message: http://www.spiegel.de/gesundheit/diagnose/babypuder-von-johnson-johnson-krebspatientin-bekommt-417-millionen-dollar-a-1164075.html

Do I need to do something differently?

Thanks

Best regards miracle152004

uBlock-user commented 7 years ago

Can't reproduce.

miracle152004 commented 7 years ago

It seems like the site randomly adds the triggers to different pages. Is there a way to let you analyze the issue in that case?

Today I am no longer getting it on the link above but on this page: http://www.spiegel.de/auto/aktuell/deutsche-umwelthilfe-kuendigt-klagewelle-an-fahrverbote-in-weiteren-staedten-moeglich-a-1164328.html

But on this site I am finding javascript which sounds like it is responsible for the issue: adBlockBaitUrl = "http://imagesrv.adition.com/js/adition.js?"; setTimeout(function() {

  | adBlockBlocker.check(['html', 'http'], {"http" : {"baitUrl" : adBlockBaitUrl+"n={RANDOM}"}});   | }, showAdBlockDetectionLayerDelay);

Would it help to get the whole sitecode if this happens?

Thanks.

Best regards miracle152004

uBlock-user commented 7 years ago

try ||$third-party,script,domain=spiegal.de

kblaschke commented 7 years ago

Same problem here. They now seem to trigger it in all subpages, just the home page is nag-free. For me, even completely disabling AdBlock Plus in Chrome doesn't help to get rid of this AdBlock detection: https://codav.de/2017-08-25_13_43_54-SPIEGELONLINE.png

A short look at the source code reveals they are now using "AdDefend" to detect adblock plugins. A few days ago, they implemented FuckAdBlock for this purpose, so it seems they are still heavily experimenting (and failing) to find a tech which doesn't block users with a disabled adblocker...

kblaschke commented 7 years ago

Did some further reasearch - they seem to use both, FuckAdBlock 4.0 and AdDefend. FAB 4 is what triggered the nag screen. Adding

Aak.fakeFuckAdBlock('abb', 'ABB');

below the FuckAdBlock/BlockAdblock lines in the generic section (around line 5100) did the job for me!

miracle152004 commented 7 years ago

Adding the line to the script seems to be working. Thanks.

Best regards miracle152004

AtomicStryker commented 7 years ago

Hi, adding that line directly below "Aak.fakeFuckAdBlock('blockAdBlock', 'BlockAdBlock');" did not fix the popup for me. Is there more to do? I've disabled uMatrix on that site, other possible culprit addons are only "Clean Links" and "DecentralEyes"

miracle152004 commented 7 years ago

Hi, I also added "||$third-party,script,domain=spiegel.de" as a whitelist expception to AdBlock.

E-VANCE commented 7 years ago

Adding the line to the script seems to be working.

Where exactly would I append / add this? Using uBlock & AAK, already tried placing it in "my filters" but to no avail (which seems obvious).

Or would I fork the list itself? That would keep me out of sync with future updates so that doesn't seem too clever... Could we create a pull request or what would be the ideal solution here?

Thanks!!

chaosbunker commented 7 years ago

@E-VANCE

i added Aak.fakeFuckAdBlock('abb', 'ABB'); here and so far it seems to work!

screen shot 2017-09-09 at 14 13 53
DonPeyotl commented 7 years ago

Thank you chaosbunker, i added the line where indicated, and it works alright (YandexBrowser and tampermonkey with aak)

digitusmalus commented 7 years ago

i added Aak.fakeFuckAdBlock('abb', 'ABB'); here and so far it seems to work!

Unfortunately it did not word for me :(