Greasy Fork is available in English.

Show All Twitter Replies

Fix Twitter only showing a partial list of replies

Autor
James Bores (JacenBoy)
Instalări zilnice
0
Total instalări
276
Rating-uri
0 0 1
Versiune
1.0
Creat
09-03-2020
Actualizat
09-03-2020
Licență
N/A
Se aplică pe

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.