Discuții » Cerere de creare

google recaptcha2 lang change possible?

§
Postat în: 16-02-2017

google recaptcha2 lang change possible?

some site lang en or es, fr

i want to change kr




is it possible?

woxxomMod
§
Postat în: 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

§
Postat în: 16-02-2017
Editat în: 16-02-2017

how to mod?

i don't know js

test site

http://url.ht/

Postează un raspuns

Autentifică-te pentru a posta un răspuns.

长期地址
遇到问题?请前往 GitHub 提 Issues。