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 !
M
Marie
August 19, 2025
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.)
·
4 days ago
·
Reply
Powered by Canny