This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Exit Intent Pop-up — Outbound System | |
| (function(){ | |
| // Inject font | |
| var fontEl=document.createElement('div'); | |
| fontEl.innerHTML='<link rel="preconnect" href="https://fonts.googleapis.com"><link href="https://fonts.googleapis.com/css2?family=Outfit:wght@600;700;800&display=swap" rel="stylesheet">'; | |
| while(fontEl.children.length>0)document.head.appendChild(fontEl.children[0]); | |
| // Inject CSS | |
| var style=document.createElement('style'); | |
| style.textContent=`/* Overlay */ |