Twitter Tweet Kopiëren

Voegt een knop "Kopiëren" toe aan elke tweet en elk artikel dat de inhoud samen met de URL kopieert, met behoud van de link-URL's en opmaak.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey, Greasemonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Userscripts.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een gebruikersscriptbeheerder nodig.

(Ik heb al een user script manager, laat me het downloaden!)

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

(Ik heb al een beheerder - laat me doorgaan met de installatie!)

Maker
fr0stb1rd
Dagelijks aantal installaties
4
Totaal aantal installaties
35
Beoordelingen
0 0 0
Versie
1.2.4
Gemaakt op
30-03-2026
Bijgewerkt op
30-03-2026
Grootte
45,5 KB
Comptabiliteit
Compatibel met Firefox Compatibel met Chrome Compatibel met Opera Compatibel met Safari Compatibel met Edge Compatibel met Brave
Licentie
MIT
Wordt toegepast op

Twitter Tweet & Article Copy

A Tampermonkey/Violentmonkey userscript that adds a "Copy" button to each tweet and article on X (formerly Twitter). It allows you to seamlessly copy the tweet or article text, resolve shortened t.co links to their original destinations, and copy the content along with its URL. It displays a clean check mark animation upon a successful copy.

🔥 Key Differences from the Original Repository

This repository (fr0stb1rd/tampermonkey-tweet-copy) is an extended and improved version of the original script by tizee.

New Features & Enhancements:

  • t.co Link Resolution: Automatically resolves Twitter's shortened t.co links asynchronously (handling 301/302 and Meta Refresh redirects) to reveal the actual URLs before copying them to your clipboard.
  • X Articles Support: Added full support for copying X Articles (long-form content). It correctly extracts the article's title, body, and URL while preserving the structure.
  • Rich Clipboard Formatting: Copies the text in both raw plain text (wrapped in markdown code blocks) and rich HTML formats to preserve structural clarity when pasting.
  • Improved Link Handling: Non-link elements like @mentions and #hashtags are visually preserved without forcefully converting them into raw URLs.

Features

  • Adds a "Copy" button to every tweet and article.
  • Asynchronously resolves t.co short links to their original URLs.
  • Copies both raw text (Markdown formatted) and HTML directly to the clipboard.
  • Displays an inline check mark animation to confirm a successful copy.

Installation

  1. Install a userscript manager like Tampermonkey or Violentmonkey.
  2. Click the following link to install the script: Install X Tweet Copy.

Usage

  1. Navigate to any tweet or article on X (https://x.com/).
  2. Click the "Copy" button (the copy icon) next to the tweet or article action buttons.
  3. The script will briefly display an hourglass (⏳) while resolving t.co links.
  4. The text, original resolved links, and the source URL will be copied to your clipboard.
  5. A check mark (✅) animation will confirm the copy.

Customization

The script relies on GM_addStyle to inject CSS for the copy button and check mark animation. You can easily tweak these styles by editing the CSS template located at the beginning of the script.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author & Acknowledgements

  • Forked and enhanced by fr0stb1rd.
  • Original concept and script by tizee.