AutoSortXReplies is an add-on for Firefox and Chrome that automatically sorts replies in Twitter threads by relevance, likes, or recency, helping you easily navigate conversations.
- Automatically sort Twitter replies based on relevance.
- Saves preferences.
- Available for both Firefox and Chrome.
- Available for Android firefox browser
Chrome has deprecated support for Manifest V2 by default, which limits certain functionalities necessary for AutoSortXReplies to work properly:
- Network Request Interception: In Manifest V3, the
webRequest API
has been significantly restricted, making it difficult to intercept and modify network requests. AutoSortXReplies relies on the ability to track and sort replies on platforms like X/Twitter, which requires full network request interception that only Manifest V2 can provide.
To ensure AutoSortXReplies works correctly, you can manually enable support for Manifest V2 in Chrome (or switch to a more serious browser):
For more details, refer to the full tutorial here.
- Click the button above to install directly from the Firefox Add-ons page.
- Download the extension from the link provided above.
- Open Chrome and go to
chrome://extensions/
. - Enable Developer mode in the top right corner.
- Click on Load unpacked and select the extracted
folder
.
Feel free to submit issues or pull requests on the GitHub repository.