Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Place this for example in the GLOBAL CODE of the Content Blocker of Google Maps
- window.setInterval(function () {
- if (document.querySelector('[data-borlabs-cookie-id="googlemaps"]') && window.BorlabsCookie.checkCookieConsent('googlemaps')) {
- window.BorlabsCookie.unblockContentId('googlemaps');
- }
- }, 1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement