Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 3.02 KB

README.md

File metadata and controls

75 lines (50 loc) · 3.02 KB

AutoSortXReplies

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.

Features

  • Automatically sort Twitter replies based on relevance.
  • Saves preferences.
  • Available for both Firefox and Chrome.
  • Available for Android firefox browser

📥 Download

Get AutoSortXReplies for Firefox
Get AutoSortXReplies for Chrome

⚠️ Fair warning for Chrome users: The extension will not auto-update. Please check the repo for updates regularly.

🖼️ Screenshots

Screenshot1 Screenshot2

🚨 Why We Need Manifest V2

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.

How to Enable Manifest V2 in Chrome

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.


Installation Instructions

Firefox

  1. Click the button above to install directly from the Firefox Add-ons page.

Chrome

  1. Download the extension from the link provided above.
  2. Open Chrome and go to chrome://extensions/.
  3. Enable Developer mode in the top right corner.
  4. Click on Load unpacked and select the extracted folder.

Contributing

Feel free to submit issues or pull requests on the GitHub repository.