Banner and cookie free cookie policy page
closed
T
Thomas
marked this post as
closed
Jānis Elmeris
You can auto-hide the popup on the cookie policy page by Javascript:
<script type="text/javascript">
window.addEventListener('CookieScriptLoaded', function() {
CookieScript.instance.hide();
});
</script>