Greasy Fork is available in English.

Discussions » Creation Requests

Looking for script can click on matching picture captcha with [http://www.spaste.com]

§
Posted: 04/02/2016

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"

§
Posted: 08/02/2016

Hi

§
Posted: 08/02/2016

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();
}
§
Posted: 09/02/2016

Maybe it not work with : http://www.spaste.com/s/o1jDid

§
Posted: 10/02/2016

No is not. They have changed its verification method now.

Post reply

Sign in to post a reply.