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.02k stars 760 forks source link

https://ghame.ru/ #2918

Open sdfhqul opened 7 years ago

sdfhqul commented 7 years ago

https://ghame.ru/minimized/ https://gyazo.com/fda999037de49b0c78b33abfd68d63c6 Google Chrome Tampermonkey uBlock Origin AakList and Easylist

uBlock-user commented 7 years ago

@X01X012013 This needs to be patched.

Script :

<script>
        $( document ).ready(function() {
        if($(".adsbygoogle").html()) console.log("OK");
        else $(".entry-content").html("Something on your device blocks advertising. For a site support, we need the money that we earn through advertising. Please turn off all the blocking means and reload the page to continue the work! Thank you :)");
        });
</script>
jspenguin2017 commented 7 years ago

Can you try a.bait(".adsbygoogle");?

uBlock-user commented 7 years ago

No change.

jspenguin2017 commented 7 years ago

This should work. a.$("<p class='adsbygoogle' style='display:none;'>hi</p>").prependTo("html"); Added to Script.

sdfhqul commented 7 years ago

Thank you both so much for helping! Excuse my ignorance, but how may I add this the AAK user script?

jspenguin2017 commented 7 years ago

@MamaLuigi9000 It's added to my script: https://x01x012013.github.io/AdBlockProtector/

sdfhqul commented 7 years ago

@X01X012013 Thank you it works great.

uBlock-user commented 7 years ago

Remove AAK and install AdBlockProtector script.