https://github.com/tizee-tampermonkey-scripts/tampermonkey-tweet-copy
copy X tweet content
https://github.com/tizee-tampermonkey-scripts/tampermonkey-tweet-copy
tampermonkey tampermonkey-userscript tweet
Last synced: 9 months ago
JSON representation
copy X tweet content
- Host: GitHub
- URL: https://github.com/tizee-tampermonkey-scripts/tampermonkey-tweet-copy
- Owner: tizee-tampermonkey-scripts
- License: mit
- Created: 2025-02-18T14:58:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T11:19:12.000Z (9 months ago)
- Last Synced: 2025-02-22T12:24:26.076Z (9 months ago)
- Topics: tampermonkey, tampermonkey-userscript, tweet
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X Tweet Copy
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.
## Features
- 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.
## Installation
1. Install a userscript manager like [Tampermonkey](https://www.tampermonkey.net/) or [Violentmonkey](https://violentmonkey.github.io/).
2. Click the following link to install the script: [Install X Tweet Copy](https://raw.githubusercontent.com/tizee/tempermonkey-tweet-copy/main/user.js).
## Usage
1. Navigate to any tweet on X (https://x.com/).
2. Click the "Copy" button next to the tweet.
3. The tweet text and its URL will be copied to your clipboard.
4. A check mark animation will briefly appear to confirm the copy.
## Customization
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.
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/tizee/tempermonkey-tweet-copy/blob/main/LICENSE) file for details.
## Author
[tizee](https://github.com/tizee)
## Support
If you encounter any issues or have suggestions for improvements, please open an issue on the [GitHub repository](https://github.com/tizee/tempermonkey-tweet-copy/issues).