Because Life's Too Short for Long Reads
Turn any wall of text into bite-sized brilliance. TL;DR is your personal AI-powered reading assistant that works everywhere you browse.
Instantly summarize content from:
- LinkedIn posts & articles
- X (Twitter) threads
- Medium stories
- WhatsApp messages
- Gmail conversations
- ANY text on ANY website with just a right-click!
- Clone the magic:
git clone https://github.com/HarshJa1n/TL-DR.git- Create your
config.jsfile:
//config.js
//Choose between Gemini and OpenAI
const CONFIG = { GEMINI_API_KEY: "your_api_key_here",
OPENAI_API_KEY: "your_openai_api_key_here",
USE_OPENAI: true };
window.CONFIG = CONFIG;-
Enable Chrome's Developer Mode:
- Open Chrome Extensions (chrome://extensions/)
- Toggle "Developer mode" in the top right
- Need help? Check the official guide
-
Load your extension:
- Click "Load Unpacked"
- Select your cloned repository folder
Just look for the "Summarize" button on:
- X (Twitter)
- Medium
- Gmail Or select any text you want to summarize and right click!
Made with 🧠 to save your time and sanity