CookieConsent
Simple JS to notify users about cookie usage
How to use
- Add CookieConsent.js into your webpage
- Create an instance of CookieConsent in your script tag passing your cookie_name, notification headline (optional), notification text (optional) as arguments
- Call the init() method on your instance.
Enjoy