Show All Twitter Replies

Fix Twitter only showing a partial list of replies

Author
James Bores (JacenBoy)
Daily installs
0
Total installs
283
Ratings
0 0 1
Version
1.0
Created
2020-03-09
Updated
2020-03-09
Size
472 Bytes
License
N/A
Applies to

Show All Twitter Replies


Why do I need this script?

Twitter has recently made a change where only a subset of replies are visible when you click on a link to a tweet. A list of other usually unrelated tweets takes up the space that the replies should be in. This is annoying behavior, so I made a script to bypass that and take you right to the replies.

What does the script actually do?

Twitter has appended a query string to the end of links for a while (usually "s=19" or "s=20"). It seems like this query string is what triggers the "More Tweets" section; when the query string is removed the full list of replies appears. The userscript redirects your browser to the version of the page without the query string. Twitter doesn't appear to use query strings elsewhere on the site, but to be safe this userscript will only activate when the URL matches the URL format of a tweet, rather than activating on all pages.