Copy text without typing or buttons
P粉785522400
2023-08-30 09:21:39
<p>How do I create a function that copies text to the clipboard?
I found on w3schools how to do it using an input box, but I don't know how to do it using just text (like Hypixel for example)</p>
You don't need to use a library to accomplish this.
Just use
document.execCommand("copy")