Advertisement
borlabs

Untitled

Oct 25th, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // Place this for example in the GLOBAL CODE of the Content Blocker of Google Maps
  2. window.setInterval(function () {
  3. if (document.querySelector('[data-borlabs-cookie-id="googlemaps"]') && window.BorlabsCookie.checkCookieConsent('googlemaps')) {
  4. window.BorlabsCookie.unblockContentId('googlemaps');
  5. }
  6. }, 1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement