cookiesjsr
cookiesjsr copied to clipboard
Easily expandable cookie consent tool.
I haven't found an option for this. Is this available?
Hi, I have added an issue to the Drupal issue queue for adding a new option to toggle the `target="_blank"` attribute on the cookie docs links. Forcing the user to...
Hi! First of all thanks for the great application! We really like functionality of your app and how easy it use with Drupal, but we need to have possibility to...
Hi, thanks for this amazing library. I am using the Cookies Drupal module which uses this library. I want to edit the look and feel of the consent block. I...
- use Chrome DevTools, and watch the Cookies - load page with no first party or third party cookie where cookiesjsr is installed - accept cookies - edit your consent,...
See question in https://www.drupal.org/project/cookies/issues/3301976#comment-14644957 cookiesjsr-preloader.min.js vs. cookiesjsr.min.js is unclear with only the minified source code. Could you add some documentation in the README.md about the two files and when to...
Using cookiesjsr (by the Drupal Cookies module), Google Pagespeed complains the following: https://pagespeed.web.dev/ Verhindern, dass in modernen Browsern veraltetes JavaScript bereitgestellt wird 0,15 s Dank Polyfills und "transform" können veraltete...
See drupal issue and discussion: https://www.drupal.org/i/3293376 Commit: https://git.drupalcode.org/project/cookies/-/commit/15cb8ea The change should be adopted here for: - Documentation - Example Code - Implementation
Same as https://www.drupal.org/project/cookies/issues/3303020 but for the cookiesjsr library. See the issue for details.
Using the cookiesjsrUserConsent event, everything works fine during page load. It blocks what it needs to when not given consent. What can we do with dynamically loaded contents and AJAX...