cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Google ReCaptcha that is shown on every page

Remove Google ReCaptcha that is shown on every page

Hi!

 

I've been trying to figure out how to remove the recaptcha script that is showing on every page:

 

https://www.gstatic.com/recaptcha/releases/sG0iO6gHcGdWJzjJjW9AY49S/recaptcha__en.js

 

I have disabled msp_recaptcha module, but there is no difference.

 

If anyone know what to do about this I would be very grateful!

 

Best Regards

Andreas

 

https://www.parfymonline.se/

4 REPLIES 4

Re: Remove Google ReCaptcha that is shown on every page

Hi @twoxadreas 

 

Can you please share some screenshots where this script is added and if possible share the site link as well so that we can take some idea from there to suggest you something.

 

Thanks

Re: Remove Google ReCaptcha that is shown on every page

Hi!

 

Managed to sort it out, script was loading from a captcha module on all pages, even though it offered settings for not showing the captcha on certain pages, so modified the module and now its working as it should!

 

Thank you!

Re: Remove Google ReCaptcha that is shown on every page


@Omegle wrote:

Hi!

 

I've been trying to figure out how to remove the recaptcha script that is showing on every page:

 

https://www.gstatic.com/recaptcha/releases/sG0iO6gHcGdWJzjJjW9AY49S/recaptcha__en.js

 

I have disabled msp_recaptcha module, but there is no difference.

 

If anyone know what to do about this I would be very grateful!

 

Best Regards

Andreas

 

https://www.parfymonline.se/


Code to use:

.grecaptcha-badge { 
    visibility: hidden;
}

When you hide the badge icon, Google wants you to reference their service on your form by adding this:

<small>This site is protected by reCAPTCHA and the Google 
    <a href="https://policies.google.com/privacy">Privacy Policy</a> and
    <a href="https://policies.google.com/terms">Terms of Service</a> apply.
</small>

 

Re: Remove Google ReCaptcha that is shown on every page


@twoxadreas wrote:

Hi!

 

Managed to sort it out, script was loading from a captcha module on all pages, even though it offered settings for not showing the captcha on certain pages, so modified the module and now its working as it should!

 

Thank you!



Hi,

Can you kindly share what changes did you make exactly and where? I'm trying to achieve the same goal to reduce page load speed. Thanks.