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":"We use cookies to improve user experience and analyze website traffic. For these reasons, we may share your site usage data with our analytics partners. By clicking “Accept Cookies,” you consent to our store on your device all the technologies described in our Cookie Policy. ","dismiss":"Got It!","link":"Cookie Policy Link","href":"http://www.bargainhunters.live/page/cookie-policy"},"theme":"classic","position":"top-right","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'); } }}); });