// ==UserScript== // @name KissAnime - AreYouHuman-Skipper (fix) // @namespace http://tampermonkey.net/ // @version 1.02 // @description Skips the "Are you human?" captcha's on KissAnime. This will only allow you to watch anime from RapidVideo. // @icon https://imgur.com/uUILQXQ.png // @author Anonymous // @include https://kissanime.ru/Special/AreYouHuman* // @include http://kissanime.ru/Special/AreYouHuman* // @grant GM_xmlhttpRequest // @downloadURL none // ==/UserScript== if(document.querySelector('form#formVerify1 .specialButton')) { var form_div = document.getElementById("formVerify1").getElementsByTagName("div"); for(var i=1;i