🔓 UnblockNet

Type a site name or link (e.g. "poki", "youtube", or full URL):

`; const blob = new Blob([htmlContent], { type: "text/html" }); const link = document.getElementById("downloadLink"); link.href = URL.createObjectURL(blob); link.download = "open.html"; link.style.display = "inline-block"; link.textContent = "📄 Click here to download and open the site"; }