Jump to content
UBot Underground

Manual Capture image size


Recommended Posts

While using the the manual capture option is there a way to make the image larger for those of us who are blind and cant see the tiny smashed captchas?

 


define DoMultiCaptcha {
   comment("Google switches captcha forms GRR!!")
   if($exists(<src=w"https://www.google.com/recaptcha/api/image?c=*">)) {
       then {
           type text(<id="recaptcha_response_field">, $solve captcha(<src=w"https://www.google.com/recaptcha/api/image?c=*">), "Standard")
       }
       else {
           alert("different captcha update")
       }
   }

 

Any work arounds otherwise?

Link to post
Share on other sites
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...