A userscript that adds a "Copy" button to each tweet on X (formerly Twitter), allowing you to copy the tweet text along with its URL. Upon successful copying, a check mark animation is displayed.
- Adds a "Copy" button to each tweet.
- Copies the tweet text and its URL to the clipboard.
- Displays a check mark animation upon successful copying.
- Install a userscript manager like Tampermonkey or Violentmonkey.
- Click the following link to install the script: Install X Tweet Copy.
- Navigate to any tweet on X (https://x.com/).
- Click the "Copy" button next to the tweet.
- The tweet text and its URL will be copied to your clipboard.
- A check mark animation will briefly appear to confirm the copy.
The script includes CSS styles for the copy button and check mark animation. You can modify these styles by editing the GM_addStyle
section in the script.
This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository.