Based on these tweets, I want to write a bookmarklet that at least removes the s= and t= parameters from Twitter URLs, maybe even all parameters (TODO: figure out if there are useful Twitter URL parameters first):
- [Wayback/Archive] Peter Suber on Twitter: “Many tweet URLs end with “
?s=03” (or another number like “?s=09“). Deleting these URL parameters causes no harm. Or at least the truncated URL loads the same tweet. What do these URL parameters mean and who uses them? @twitter, #twitter, #tweeps” - [Wayback/Archive] Peter Suber on Twitter: “@jpluimers @Twitter I’ve noticed that too. Sometimes the URL with the
t=parameter works as is and sometimes it doesn’t work until we delete the parameter.”
Even Jack Dorsey didn’t know they were introduced when he was still Twitter CEO. From the tweets below:
- The
sparameter seems to have to have to do with both the kind of sharing and the type of client used. - The
tparameter could correlate with the user ID.
There is a sort of bookmarklet below which goes through an external web-site (search for “unfurl”), but I want to do it purely client-side.





