I want to create an HTML script that does the following:
- Copies a URL to the clipboard.
- On a black background — Shows a green tick and says "Link Copied to Clipboard" for a couple of seconds in white text.
- Closes the current tab where this script is running.
I want all 3 of these actions to happen automatically when the file is opened in the order above. Ideally, I'd like it to take less than 5 seconds. How can I go about doing this? Thanks in advance.
Reason: I'm going to add a "Copy Link" button to my website and this is the only way I can do it. I use Google Sites.
try this code