Patryk Chowratowicz

Results 2 comments of Patryk Chowratowicz

I have sent something like 400 mails to test this, and every mail from Googlebot have score 0.9. I have try via VPS on Firefox and opera. Every time I...

I'm not a JS expert, but this could do the work (v3): ```` function initRecaptcha(){ var recaptchaScript = document.createElement('script'); recaptchaScript.type = 'text/javascript'; recaptchaScript.src = 'https://www.google.com/recaptcha/api.js?render=' + YOUR_SITE_KEY + '&ver=3.0'; recaptchaScript.id...