cookiesjsr
cookiesjsr copied to clipboard
Easily expandable cookie consent tool.
Thanks for the great work. Is it possible to switch the buttons in the banner Actual -> Settings -> Deny - Allow I want -> Settings -> Allow - Deny...
The problem with cookiesjsrUserConsent event that it is fired also during page load. At then, the user didn't choose anything at all yet. That way we can't write code that...
The activate part only works for me with this code: ``` jQuery('script[data-sid="extservice"]').each(function() { var replacement = jQuery(this).clone().removeAttr('type'); jQuery(this).replaceWith(replacement.html()); }); ``` Could you update the documentation?
Is it possible to save not just the selected categories but the time when was the user's decision made?
Hi Joachim, it would be cool to have this as npm package. Besides general benefits it would also be helpful to simply download the library with composer through asset-packagist: `composer...
Hi, I've created a corresponding issue on drupal.org for the same on the Cookies module, but as per my findings it seems like the issue is of the library that...