https://d3l66gvjdr7rqw.cloudfront.net/design_media/freewebstore/appstore/freewebstore/cookie-consent/cookieconsent.min.css
document.addEventListener("DOMContentLoaded", () => { window.cookieconsent.initialise({"palette":{"popup":{"background":"#edeff5","text":"#838391"},"button":{"background":"#4b81e8","text":"#FFFFFF"}},"content":{"message":"This website uses cookies to ensure you get the best experience on our website.","dismiss":"Got It!","link":"Learn More"},"theme":"edgeless","position":"bottom","scheme":"2","type":"opt-in","onInitialise": function() { var type = this.options.type; var didConsent = this.hasConsented(); if (type === 'opt-in' && didConsent) { }},"onStatusChange": function() { console.log('Consent Changed'); if(this.hasConsented()){ console.log('Consent granted!'); }else { console.log('Consent withdrawn'); } },"showLink":false}); });