Search found 8 matches

by Pucca
Sun Jun 10, 2018 2:35 am
Forum: iMacros for Firefox
Topic: Can't use callback on google recaptcha v2
Replies: 2
Views: 3990

Can't use callback on google recaptcha v2

I'm trying to use the callback function on google recaptcha v2 since it has no submit button but i get the error: ReferenceError: grecaptcha_cfg is not defined, line 51 (Error code: -991) I'm using this guide from https://2captcha.com/2captcha-api#callback var solve = "CODE:"; solve += &qu...
by Pucca
Wed Jun 06, 2018 6:22 am
Forum: iMacros for Firefox
Topic: Wrong format?
Replies: 3
Views: 3555

Re: Wrong format?

Thanks for the suggestion which it did fix my code but anyway I haven't really tested the code in action so I don't know if 'document' / 'window' statement still work, if not i'll just downgrade.
by Pucca
Wed Jun 06, 2018 4:27 am
Forum: iMacros for Firefox
Topic: Wrong format?
Replies: 3
Views: 3555

Wrong format?

I'm having trouble fixing my code on javascript cause when I try to play it gives the error: wrong format of SET command, line 16 (Error code: -910) So line 16 is check += "SET !EXTRACT NULL" + "\n"; but I don't see any incorrect syntax. Can anyone help me fix my code? var check;...
by Pucca
Wed May 30, 2018 12:32 pm
Forum: iMacros for Firefox
Topic: Change sock5 proxy?
Replies: 3
Views: 5061

Re: Change sock5 proxy?

Ok I found some codes and edited to fit my needs but it doesn't seem to work var macro = "CODE:"; macro+="SET !DATASOURCE C:\\Users\\Administrator\\Documents\\iMacros\\Downloads\\socks.txt" + "\n"; macro+="SET !DATASOURCE_LINE 1" + "\n;"; macro+=&quo...
by Pucca
Wed May 30, 2018 3:04 am
Forum: iMacros for Firefox
Topic: Change sock5 proxy?
Replies: 3
Views: 5061

Change sock5 proxy?

Does anyone know a way to change the sock5 proxy? I only found a method to change HTTP proxy

Code: Select all

PROXY ADDRESS=xxx.xxx.xxx:8080

but I want to change the Sock5 proxy so is there any trick to do this?

Firefox 55.0.2
Imacros Firefox 9.0.3
Windows 10 Home
by Pucca
Thu May 17, 2018 11:34 am
Forum: iMacros for Firefox
Topic: Stop firefox from auto updating?
Replies: 0
Views: 4516

Stop firefox from auto updating?

Although this may be a little offtopic but I'm trying to downgrade to Firefox 55.0.2 so I can use the imacro extensions but it seems to auto update even though I have turned off "never check for updates". Are there any solutions to stop it from auto updating to latest version?
by Pucca
Wed Jan 20, 2016 4:55 am
Forum: iMacros for Firefox
Topic: Storing multiple variables
Replies: 2
Views: 2941

Re: Storing multiple variables

Since the staff ain't helping so I did more research which took a long time. I finally discovered a fix which is to use the function !CLIPBOARD if that helps for anyone else who has a similar problem as mine :)
by Pucca
Fri Jan 15, 2016 11:01 am
Forum: iMacros for Firefox
Topic: Storing multiple variables
Replies: 2
Views: 2941

Storing multiple variables

Hi I'm a newbie at using imacros so I'll start by telling you what I want to accomplish. I want to scrape multiple data on a site and store them into multiple custom variables and lastly paste it into a textbox. Here's my code TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://anidb.net/perl-bin/animedb.pl?...