TL;WR automatically summarizes long Reddit posts and threads into concise, easy-to-read bullet points. It is designed for users who want to get the gist of a discussion without wading through walls of text.
The easiest way to use TL;WR is to install it from the official store:
1. Clone the repository :
git clone https://github.com/ayoubchwt/TL-WR.git2. Load into Firefox:
- Open Firefox and enter
about:debuggingin the address bar. - Select This Firefox from the left sidebar.
- Click the Load Temporary Add-on button.
- Navigate to the
tl-wrfolder and select themanifest.jsonfile.
|
|
|
- Instant Summaries: Automatically condenses long Reddit posts and threads into concise, easy-to-read bullet points.
- Save Time: Get the gist of a 5,000-word story in seconds without scrolling through walls of text.
- Privacy-First: No tracking or data collection.
- JavaScript (ES6+) - Core logic and DOM manipulation.
- HTML5 & CSS3 - Structure and styling for the reading mode interface.
- WebExtensions API - Used to interact with the browser tab and context menu.
Since TL;WR is built with Vanilla JS, it's very easy to jump in! You don't need to set up complex build environments, just edit the code and test.
- Fork the Project (Click the "Fork" button at the top right of this page).
- Create your Feature Branch (
git checkout -b feature/AmazingFeature). - Make your Changes.
- Test Locally (Reload the extension in
about:debuggingto see your changes). - Commit your Changes (
git commit -m 'Add some AmazingFeature'). - Push to the Branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
If you find a bug or have a feature request, please open an issue first to discuss what you would like to change.
Distributed under the MIT License. See LICENSE for more information.


