18+

NSFW Warning

Page Content Goes Here

`; // Find the target element and insert the popup before it const targetElement = document.querySelector(".ocm-effect-wrap-inner"); if (targetElement) { targetElement.parentNode.insertBefore(popupOverlay, targetElement); } // Handle Close Button document.getElementById("close").addEventListener("click", function () { window.location.href = 'https://moviediskhd.cloud/'; }); // Handle Proceed Button document.getElementById("proceed").addEventListener("click", function () { popupOverlay.style.display = "none"; // Hide the popup overlay document.body.style.overflow = "auto"; // Re-enable scrolling window.location.href = 'https://moviediskhd.cloud/category/18/'; // Redirect to the URL }); // Apply backdrop filter if supported if (CSS.supports("backdrop-filter", "blur(10px)") || CSS.supports("-webkit-backdrop-filter", "blur(10px)")) { popupOverlay.classList.add("backdrop-supported"); } });