A Local lightweight Chrome extension that adds a right-side panel in ChatGPT, showing a list of your questions/messages.
Quickly jump to any conversation message without endless scrolling. Boosts productivity and makes ChatGPT navigation much easier.
- 📌 Sidebar panel listing all your questions in the current chat
- 🎨 Dark / Light mode toggle
- ⏩ Collapse/expand sidebar
- 📏 Resizable panel with drag handle
- 🔍 One-click navigation to any message
- ⚡ Auto-updates as you chat (using MutationObserver)
- Clone or download this repository
git clone https://github.com/Sami21234/Chatgpt-Sidebar.git cd Chatgpt-Sidebar - Open Google Chrome and go to:
chrome://extensions/
- Enable Developer mode (toggle in the top-right)
- Click "Load unpacked"
- Select the folder containing this project
- Open ChatGPT – the sidebar should appear on the right ✅
Now works on mobile Devices too!🎉
- Install Kiwi Browser(https://kiwibrowser.com/)
- Open Kiwi and go to:
chrome://extensions/ - Enable the Developer Mode
- Tap "Load Unpacked" and Select the folder (ChatGPT-Sidebar)
- Open ChatGPT in Kiwi Browser - the sidebar will appear on the right✅
- Injects a sidebar (
content.js) when ChatGPT loads - Captures all user messages (
[data-message-author-role='user']) - Populates them into a list inside the sidebar
- Clicking an item scrolls to that chat message
- Provides extra controls for theme, collapsing, and resizing