CookieScript logo
CookieScript
Create
Roadmap
Feedback
Feature requests
Changelog
Voters
M
Powered by Canny
Hi could we exclude a url from the consent banner activation please ? We are using a kind of webapp which does not work well because of the consent banner... Thank you for your help !
closed
M
Marie
August 19, 2025
M
member badge
Michael
marked this post as
closed
Hello there,
You can set up rules to hide the banner only on certain URLs or pages of your site. Here’s a step-by-step guide on how to configure it:
https://help.cookie-script.com/en/articles/35828-how-to-hide-cookie-banner-on-specific-web-page
Best regards,
Michael
·
October 1, 2025
·
Reply
Jānis Elmeris
You can hide the initial banner by
window.addEventListener('CookieScriptLoaded', function() {
CookieScript.instance.hide();
});
Or you can not place the Cookie-Script code in that page.
(I'm not from the support, just another user.)
·
August 27, 2025
·
Reply
Powered by Canny