Greasy Fork is available in English.

讨论 » 创建请求

google recaptcha2 lang change possible?

§
发表于:2017-02-16

google recaptcha2 lang change possible?

some site lang en or es, fr

i want to change kr




is it possible?

woxxom管理员
§
发表于:2017-02-16

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

§
发表于:2017-02-16
编辑于:2017-02-16

how to mod?

i don't know js

test site

http://url.ht/

发表回复

登录以发表回复。