Shortener Redirect Generator

🔗 Redirect Code Generator (YouTube Style)


Redirecting to your destination...

If not redirected, click here.

`; document.getElementById("codeBox").value = code; document.getElementById("outputSection").style.display = "block"; document.getElementById("copyConfirm").style.display = "none"; } function copyCode() { const textarea = document.getElementById("codeBox"); textarea.select(); document.execCommand("copy"); // Show copy confirmation const confirm = document.getElementById("copyConfirm"); confirm.style.display = "block"; setTimeout(() => { confirm.style.display = "none"; }, 2000); }

Comments

Popular Posts