// initialization code here (will be executed only once per page-load)
//console.log('onDecline', opts);
window.dataLayer = window.dataLayer || [];
window.gtag = function(){dataLayer.push(arguments)}
gtag('consent', 'default', {'ad_storage': 'denied', 'analytics_storage': 'denied'})
gtag('set', 'ads_data_redaction', true)
let e = document.querySelectorAll('[data-name="google-tagmanager-libary"]');
if (e.length) for(let a of e) {a.remove();}