Sidebar Minimap for fast and smooth ChatGPT conversation navigation.
ChatGPT Navigator adds a smart sidebar minimap to ChatGPT, allowing you to quickly navigate long conversations.
Instead of endless scrolling, you get a visual overview of all messages and can jump instantly to any part of the discussion.
Perfect for power users, developers, researchers, and anyone working with long AI conversations.
- 📌 Visual sidebar minimap
- ⚡ Instant smooth scrolling to messages
- 🎯 Hover preview tooltips
- 🎨 User vs Assistant color distinction
- 🧠 Smart DOM observer (auto updates on new messages)
- 🪶 Lightweight & fast
- 🔒 No data collection
- The extension detects all
articleelements in the conversation. - A floating minimap is generated on the right side.
- Each bar represents one message.
- Hover to preview.
- Click to scroll smoothly to that message.
Clean. Simple. Efficient.
-
Clone this repository:
git clone https://github.com/your-username/chatgpt-navigator.git
-
Open Chrome and navigate to:
chrome://extensions/ -
Enable Developer Mode
-
Click Load unpacked
-
Select the project folder
Done ✅
- Vanilla JavaScript
- Manifest V3
- MutationObserver API
- Zero dependencies
This extension:
- ❌ Does NOT collect data
- ❌ Does NOT send data anywhere
- ❌ Does NOT track users
- ✅ Works entirely locally in your browser
Built using Chrome Extension Manifest V3.
This project is not affiliated with or endorsed by OpenAI.
ChatGPT is a product of OpenAI.
- Search within conversation
- Collapsible minimap
- Dark/Light theme toggle
- Custom width setting
- Keyboard navigation
Pull requests are welcome.
If you like this project, consider giving it a star.
MIT License