CookieScript
Create
Log in
Sign up
Roadmap
Feedback
Feature requests
Changelog
Voters
n
C
Powered by Canny
2
Initiate Cookie Script with the banner hidden
C
Christoffer Nicolai Lumbye Bjørnsen
We need a switch within the settings, where it is possible avoid the banner appearing when the script is initiated. It should still be available on demand and fire any Consent Mode signales it is configured to.
August 22, 2025
Jānis Elmeris
You can hide the initial banner by
window.addEventListener('CookieScriptLoaded', function() {
CookieScript.instance.hide();
});
(I'm not from the support, just another user.)
·
4 days ago
·
Reply
Powered by Canny