Discussions » Creation Requests
google recaptcha2 lang change possible?
You can simply empty the div.g-recaptcha and load the script again (programmaticaly).
So I guess, since the recaptcha script loads asynchronously, you need to wait for the moment that div appears, delete it, add a new script element that loads recaptcha again with the new hl= parameter as shown in that post.
On the other hand, in Firefox it's possible to intercept script execution using onbeforeexecute
event, so you can try finding and adapting an example like this one http://stackoverflow.com/questions/11200509/how-to-alter-this-javascript-with-greasemonkey
how to mod?
i don't know js
test site
http://url.ht/
google recaptcha2 lang change possible?
some site lang en or es, fr
i want to change kr
is it possible?