(()=>{
let body = document.getElementsByTagName('body')[0];
let head = document.getElementsByTagName('body')[0];
// create div element in body
let div = document.createElement('div');
div.id = "exit_86";
div.style.position = 'fixed';
div.style.top = '0';
div.style['z-index'] = 999;
div.style.width = '100%';
div.style.height = '100%';
div.style.display = 'none';
exitpopup = {"fonts":[],"html":"
YOU'RE MISSING OUT
This exclusive content may be gone forever! Stay and seize this rare opportunity!
Continue Watching
","css":"* { box-sizing: border-box; } body {margin: 0;}#ex86-i1eo-2{position:absolute;background:rgba(0,0,0,0.5);width:100%;height:100%;}#ex86-ib0h{width:100%;margin-bottom:20px;height:300px;object-fit:cover;object-position:center;}#ex86-i40t{text-align:center;color:#000;margin-bottom:20px;}#ex86-i91ws{width:100%;height:100vh;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;display:none;}#ex86-if2jg{position:absolute;width:500px;background:white;padding:2em 2em 2em 2em;border-radius:1em 1em 1em 1em;margin:0 auto;transform:translate(-50%, -50%);min-height:50%;top:50%;left:50%;}#ex86-io0ur{line-height:0.5em;font-size:2em;font-weight:bold;float:right;cursor:pointer;color:black;}#ex86-iaaxr{position:absolute;right:1em;top:1em;}#ex86-iecdg{text-align:center;font-size:1.9em;font-weight:700;margin:0px 0px 0.5em 0px;}#ex86-i56x8{font-size:1.2em;text-align:center;color:#000;margin-bottom:20px;}#ex86-ikvry{text-align:center;}#ex86-ipwr8{background-color:#cc0100;color:#ffffff;text-align:center;border-radius:0.5em 0.5em 0.5em 0.5em;padding:0.75em 0.75px 0.75em 0.75px;font-size:1.2em;margin:1em 0 0 0;}"}
div.innerHTML = `${exitpopup.html}`
exitpopup.fonts.forEach(font => {
let link = document.createElement('link');
link.href = font;
link.rel = 'stylesheet';
head.appendChild(link);
});
// append to body
body.appendChild(div);
if(div.querySelector('video')){
// play
div.querySelector('video').muted = true;
div.querySelector('video').play();
}
})();