This macro for solving Recaptchas via new api of 2Captcha
Firstly it will be works only on firefox and exactly 8.9.7 version of imacros add-on because in newest version imacros disabled to access content windows and we can't handle without access window content.
and in macro you need edit API key and submit button according task
//2captcha API key
var captcha_key='xxxxxxxxxxxxxxxxxxxx';
and
//website submit button
var submit_button="TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:recaptcha-demo-form ATTR=ID:recaptcha-demo-submit";
Firstly it will be works only on firefox and exactly 8.9.7 version of imacros add-on because in newest version imacros disabled to access content windows and we can't handle without access window content.
and in macro you need edit API key and submit button according task
//2captcha API key
var captcha_key='xxxxxxxxxxxxxxxxxxxx';
and
//website submit button
var submit_button="TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:recaptcha-demo-form ATTR=ID:recaptcha-demo-submit";
#8776506 Vlasta Bošnjak
2020-02-10
nice