Skip to content

Instantly share code, notes, and snippets.

View outboundsystem's full-sized avatar

outboundsystem

View GitHub Profile
// 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 */