Greasy Fork is available in English.
Fix Twitter only showing a partial list of replies
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.
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.