This is not publicly visible
PASTE_YOUR_LONG_LINK_HERE Copy to Clipboard function copyLongLink() { var copyText = document.getElementById(“longLink”); copyText.select(); copyText.setSelectionRange(0, 999999); document.execCommand(“copy”); alert(“Link copied to clipboard.”); }