चर्चा » विकास

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

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!

(function() {
'use strict';
document.getElementById("#adcopy_response").focus();
})(); 

This one doesn't work

§
पोस्ट केले: 2020-09-22

share some links that has that captcha

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

§
पोस्ट केले: 2020-09-23

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

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.