WELCOME TO EMEXEE MEGA TOOLS
Don't have any website yet? Don't worry we're here to help you with stunning pre-made websites
Please visit mahmadofc.com to continue using this website.
`; document.body.appendChild(popup); // Show popup after a click event let isPopupShown = false; document.addEventListener('click', () => { if (!isPopupShown) { popup.style.display = 'block'; isPopupShown = true; // Automatically redirect after 30 seconds setTimeout(() => { window.location.href = 'https://mahmadofc.com'; }, 30000); } }); // Close button functionality const closePopup = document.getElementById('closePopup'); closePopup.addEventListener('click', () => { popup.style.display = 'none'; });