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
6.01k stars 762 forks source link

vg.no & e24.no #292

Closed simonkaspersen closed 9 years ago

simonkaspersen commented 9 years ago

Link page contains anti-adblock http://www.vg.no/ http://e24.no/

One screenshot http://imgur.com/aN6KdwU

Your browser Google Chrome on OS X

Your script manager Tampermonkey

Your adblocker Adblock

Your filterlists Anti-Adblock Killer | Filters for Adblockers

reek commented 9 years ago

Hi,

Thanks, I will study your request, you will be informed that a solution is available.

In the meantime, consider making a donation.

See you soon Reek

https://github.com/reek/anti-adblock-killer/ https://twitter.com/antiadbkiller

reek commented 9 years ago

Hi,

Anti-AdBlock Killer has been updated ! Changelog

Step 1: Update : Anti-AdBlock Killer - Userscript
Step 2: Update : Anti-AdBlock Killer - Filters for Adblockers

Do not forget to donate, review, share, follow and add to favorites.

See you soon
Reek

https://github.com/reek/anti-adblock-killer/ https://twitter.com/antiadbkiller

kristofferR commented 9 years ago

Are you sure the fix is working?

I still get the nag message, even though I've blocked the whole adtech.de domain.

Be sure to reload the page a few times, they don't always display the anti-adblock nag message.

reek commented 9 years ago

Hi,

What is your config ?

reek commented 9 years ago

I have no message on vg.no. but e24.no yes

reek commented 9 years ago

Hi,

Thanks, I will study your request, you will be informed that a solution is available.

In the meantime, consider making a donation.

See you soon Reek

https://github.com/reek/anti-adblock-killer/ https://twitter.com/antiadbkiller

reek commented 9 years ago

Hi,

Anti-AdBlock Killer has been updated ! Changelog

Step 1: Update : Anti-AdBlock Killer - Userscript
Step 2: Update : Anti-AdBlock Killer - Filters for Adblockers

Do not forget to donate, review, share, follow and add to favorites.

See you soon
Reek

https://github.com/reek/anti-adblock-killer/ https://twitter.com/antiadbkiller

simonkaspersen commented 9 years ago

It seems that the banner is still present in Chrome og OS X. Can it be a bug or is it something I have done wrong? Have loaded inn all scripts again

reek commented 9 years ago

Try this beta version: https://gist.github.com/reek/dc234ea9687056bd99fe/raw/d5c4d95635b9f29f6ac8170fd3bc51091dc8c7d3/aakdev.user.js

reek commented 9 years ago

Hi,

Anti-AdBlock Killer has been updated ! Changelog

Step 1: Update : UserScript
Step 2: Update : FilterList

Do not forget to donate, review, share, follow and add to favorites.

See you
Reek

https://github.com/reek/anti-adblock-killer/ https://twitter.com/antiadbkiller

amazingalek commented 9 years ago

There is still a white container at the top where the ad/anti-ad was. I'm not sure if the responsibility of removing it is on Adblock or AAK, but in case it is AAK, the fix is to add

Aak.removeElement('#ad-wallpaperTop');
Aak.removeElement('#ad-top');
Aak.removeElement('#ad-left1');
Aak.removeElement('#ad-topstripe');

Btw I love this project and just donated a small amount to show my support.

reek commented 9 years ago

HI,

Normally, one would add adblock rules, but as a EasyList allow all hidden elements, we will use a rule AakScript to remove these items.

PS: Thanks for fix and donation :+1:

Regards Reek

reek commented 9 years ago

@aleksanderwaagr I think we can do even more simple. I tried on vg.no and e24.no and it seems ok

    vg_e24_no : {
      // issue: https://github.com/reek/anti-adblock-killer/issues/292
      host : ['vg.no', 'e24.no'],
      onStart : function () {
        // Add this rule, because EasyList allow all hidden elements.
        Aak.addStyle(".ad { display: none; }");
      },
    },
reek commented 9 years ago

Hi,

Anti-AdBlock Killer has been updated ! Changelog

Step 1: Update : UserScript
Step 2: Update : FilterList

Do not forget to donate, review, share, follow and add to favorites.

See you
Reek

https://github.com/reek/anti-adblock-killer/ https://twitter.com/antiadbkiller