Greasy Fork is available in English.

Discussions » Creation Requests

google recaptcha2 lang change possible?

§
Posted: 16.02.2017.

google recaptcha2 lang change possible?

some site lang en or es, fr

i want to change kr




is it possible?

woxxomMod
§
Posted: 16.02.2017.

http://stackoverflow.com/questions/33461317/angular-recaptcha-change-language-with-site-language-change

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

§
Posted: 16.02.2017.
Edited: 16.02.2017.

how to mod?

i don't know js

test site

http://url.ht/

Post reply

Sign in to post a reply.