Greasy Fork is available in English.

Discussions » Development

How automatically put a cursor in to an input field of solvemedia captcha?

§
Posted: 22-09-2020

How automatically put a cursor in to an input field of solvemedia captcha? Should work on all sites, including pop-up captcha (solvemedia). Thank you!

§
Posted: 22-09-2020
(function() {
'use strict';
document.getElementById("#adcopy_response").focus();
})(); 

This one doesn't work

§
Posted: 22-09-2020

share some links that has that captcha

§
Posted: 23-09-2020

#adcopy_response that's the ID of the input field.

§
Posted: 23-09-2020

I know js, so I already knew what is the element id. This is not what I asked for...
.focus() should work, if isn't working and you don't want to share any example urls then I can't help.
Neither someone else can help you

Post reply

Sign in to post a reply.