Open nobir opened 7 years ago
kissanime.ru/xyz/check.aspx kisscartoon.se/usc.aspx put these in your adblocker and should take care of the problem
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. }
Already patched by Easylist, force update your filters.
Thanks Bro :D
Easylist patch already broken again.
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 .
Kissanime
Kisscartoon