An open API service indexing awesome lists of open source software.

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

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).