Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdBlock detected on spiegel online #3517

Open
miracle152004 opened this issue Aug 23, 2017 · 12 comments
Open

AdBlock detected on spiegel online #3517

miracle152004 opened this issue Aug 23, 2017 · 12 comments

Comments

@miracle152004
Copy link

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
Copy link

Can't reproduce.

@miracle152004
Copy link
Author

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
Copy link

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

@kblaschke
Copy link

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
Copy link

kblaschke commented Aug 25, 2017

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
Copy link
Author

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

Best regards
miracle152004

@AtomicStryker
Copy link

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
Copy link
Author

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

@E-VANCE
Copy link

E-VANCE commented Sep 6, 2017

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
Copy link

@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
Copy link

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

@digitusmalus
Copy link

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

Unfortunately it did not word for me :(

rfleschenberg added a commit to rfleschenberg/anti-adblock-killer that referenced this issue Sep 13, 2017
Thanks to @kblaschke for doing the actual work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants