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

Kissanime.ru & kisscartoon.se blocking my Adblock Plus #2702

Open nobir opened 7 years ago

nobir commented 7 years ago

I am having a problem in Kissanime and Kisscartoon website . Anti Adblock Killer not working in those website . I tried Google Chrome browser but same result and I also tried HELP said .

Please see the screenshot below and fix it as soon as possible

Kissanime

screenshot_1

Kisscartoon

screenshot_2

Syreia commented 7 years ago

kissanime.ru/xyz/check.aspx kisscartoon.se/usc.aspx put these in your adblocker and should take care of the problem

nobir commented 7 years ago

I solved it . In your script I just add some code and it works great 👍 .

In below I just past this code........

I just add host name and Kissanime/Kisscartoon needs to hides some elements . That's why i add div[id="........"] , div[style="........"] See line 9, 12, 45 and 50

1.       kissanime_com : {
2.         // issue: https://github.com/reek/anti-adblock-killer/issues/451
3.         // issue: https://github.com/reek/anti-adblock-killer/issues/381
4.         // issue: https://github.com/reek/anti-adblock-killer/issues/302
5.         // issue: https://github.com/reek/anti-adblock-killer/issues/257
6.         // issue: https://github.com/reek/anti-adblock-killer/issues/178
7.         // issue: https://github.com/reek/anti-adblock-killer/issues/196
8.         // issue: https://github.com/reek/anti-adblock-killer/issues/56
9.         host : ['kissanime.com', 'kissanime.to', 'kissanime.ru'],
10.         onStart : function () {
11.           // Masking ads
12.           Aak.addStyle('iframe[id^="adsIfrme"], div[id^="divAd"], .divCloseBut { display:none; }');
13.           // Solution 1
14.           Aak.uw.DoDetect2 = null;
15.         },
16.         onIdle : function () {
17. 
18.           // Solution 1 abp rule
19.           // @@||kissanime.com^$elemhide
20. 
21.           var divContentVideo = document.querySelector('#divContentVideo');
22. 
23.           // Solution 2
24.           if (Aak.uw.DoDetect2) {
25.             Aak.uw.DoDetect2 = null;
26.             Aak.uw.CheckAdImage = null;
27.             Aak.info('Solution 2');
28.           } //Solution 3
29.           else if (divContentVideo) {
30. 
31.             var divDownload = document.querySelector('#divDownload').cloneNode(true);
32. 
33.             setTimeout(function () {
34.               divContentVideo.innerHTML = '';
35.               Aak.uw.DoHideFake();
36.               divContentVideo.appendChild(divDownload);
37.               Aak.removeElement('iframe[id^="adsIfrme"], .divCloseBut');
38.               Aak.info('Solution 3');
39.             }, 5500);
40.           }
41.         }
42.       },
43.       Kisscartoon_me : {
44.         // issue: https://github.com/reek/anti-adblock-killer/issues/488
45.         host : ['kisscartoon.me', 'kisscartoon.se'],
46.         onAlways : function () {
47.           Aak.uw.xaZlE = function () {};
48.         },
49.         onIdle : function () {
50.           Aak.removeElement('iframe[id^="adsIfrme"], iframe[class^=""], div[style^="margin: 0px auto; overflow: hidden;"], .divCloseBut'); 
51.         }
52.       }
uBlock-user commented 7 years ago

Already patched by Easylist, force update your filters.

nobir commented 7 years ago

Thanks Bro :D

kronau commented 7 years ago

Easylist patch already broken again.