X/Twitter t.co Stripper

replace t.co links with direct destinations and outline cards on X/Twitter

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
Spinfal
Dagelijks aantal installaties
0
Totaal aantal installaties
32
Beoordelingen
1 0 0
Versie
1.2
Gemaakt op
23-11-2025
Bijgewerkt op
21-03-2026
Grootte
4,35 KB
Licentie
GPL-3.0-or-later
Wordt toegepast op

x/twitter t.co stripper

this userscript removes twitter’s tracking redirects by replacing every t.co link with its real destination. it pulls from multiple attributes like data-expanded-url, aria-label, and even visible text to recover the actual url. once replaced, links are turned green so you know they’ve been cleaned.

the script also highlights twitter “card” preview elements by outlining every [data-testid="card.wrapper"] node. this makes it easy to spot t.co embedded link cards and preview blocks that cannot be cleaned.

features

  • strips t.co tracking links and replaces them with the true destination
  • supports expanded urls, aria labels, and fallback text parsing
  • colors cleaned links for visual feedback
  • highlights impossible-to-clean link cards with a red border
  • extremely fast thanks to a mutation observer (no timers, no polling)
  • avoids reprocessing nodes using tiny data flags for performance

performance

the script never scans the whole page on an interval. instead, it listens for dom changes and only processes newly added nodes, making it lightweight even on twitter’s chaotic infinite-scroll feed.

safety

this script performs zero external requests and only modifies link href and element styles locally in your browser.

author

made by spinfal
https://spin.rip/