Looking for script can click on matching picture captcha with [http://www.spaste.com]
Hi
No need to click.
// ==UserScript==
// @name A simple bot test
// @namespace moe.jixun.spaste
// @version 0.1
// @description Testing :D
// @author Jixun.Moe
// @include http://www.spaste.com/site/checkPasteUrl?*
// @grant none
// @run-at document-end
// ==/UserScript==
addEventListener('load', bot, false);
function bot () {
document.getElementById(globalCaptchaUserHashName).value = myCaptchaAns.map(function (ans) {
return myCaptchaQuestions.indexOf(ans);
}).join('');
document.getElementById('template-contactform-submit').click();
}
Maybe it not work with : http://www.spaste.com/s/o1jDid
No is not. They have changed its verification method now.
Looking for script can click on matching picture captcha with [http://www.spaste.com]
Looking for script can click on matching picture captcha with [http://www.spaste.com]
Link : http://www.spaste.com/p/?c=9uwv2P5403
I thing it posible , It working like this script "Original Source : https://greasyfork.org/en/scripts/9325-simple-html-numeric-captcha-solver"