- Mar 22, 2013
- 9,143
- 10,489
Ok I really need a bit of help here. I started using a captcha service to solve some captchas, using a Firefox extension to do it. The extension has a function called "Auto submit FORM after solving," but unfortunately instead of submitting the form, it actually just refreshes the captcha 
So I want to make a Greasemonkey script to submit the form. Now I can add a delay time, say 30 seconds after page load to click the button. But then what if the captcha takes 31 seconds to be solved? Not very efficient.
So I'm thinking, how can I do this:
1) Page loads
2) Greasemonkey waits for field X to be filled with text
3) After it's filled with text, Greasemonkey waits 2 more seconds
4) Greasemonkey clicks button
Come on guys, help me out please, I'm dying here
Thanks
So I want to make a Greasemonkey script to submit the form. Now I can add a delay time, say 30 seconds after page load to click the button. But then what if the captcha takes 31 seconds to be solved? Not very efficient.
So I'm thinking, how can I do this:
1) Page loads
2) Greasemonkey waits for field X to be filled with text
3) After it's filled with text, Greasemonkey waits 2 more seconds
4) Greasemonkey clicks button
Come on guys, help me out please, I'm dying here
Thanks