KissAnime Anti-Adblock Blocker

Not even the people from Easylist seem to fight this site anymore, someone had to try as this looks popular enough. *sigh*

< KissAnime Anti-Adblock Blockerについてのフィードバック

質問/コメント

§
投稿日: 2016/12/04

kisscartoon captcha

A captcha was added to kisscartoon recently that this script blocks. If you disable the script and reload the page you can complete it and re-enable the script.

Swyter作者
§
投稿日: 2016/12/06
編集日: 2016/12/06

I could only reproduce the captcha page by refreshing a lot... by smashing the F5 for a while. Are you scrapping links by any chance?

If you add the following line:

  if (e.target.src && !['www.google.com', 'www.gstatic.com'].indexOf(element_host)) return;

...under...

  /* typical js kludge, holy carp, that's convoluted! */
  var element_host = ((tmp = document.createElement('a')).href = e.target.src) && tmp.host; delete tmp;

...it will work. But I don't want to make special exceptions that will make this harder to maintain, so it's just for you. :)

§
投稿日: 2016/12/07
編集日: 2016/12/07

I am using a script that scrapes for direct download links but will be disabling it as it is likely causing this to pop up more often. That doesn't seem to fix it though, it still shows a loading bar but never loads the captcha. This is the url I'm testing this on right now http://kisscartoon.me/Special/AreYouHuman?reUrl=%2fCartoon%2fWe-Bare-Bears%2fEpisode-7%3fid%3d62476

返信を投稿

返信を投稿するにはログインしてください。