Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Borlabs Cookie > Settings > Disable option 'Cookies for Bots/Crawlers'.
- Place this code into 'Fallback' under Borlabs Cookie > Cookies > Borlabs Cookie
- -->
- <script>
- if (/bot|googlebot|crawler|spider|robot|crawling|lighthouse/i.test(navigator.userAgent.toLowerCase()) === true) {
- let css = '#BorlabsCookieBox { display: none !important; }';
- let head = document.head || document.getElementsByTagName('head')[0];
- let style = document.createElement('style');
- head.appendChild(style);
- style.type = 'text/css';
- style.appendChild(document.createTextNode(css));
- }
- </script>
Add Comment
Please, Sign In to add comment