Transform your long ChatGPT conversations into organized, searchable pages. Never lose track of important Q&A pairs again! 🚀
Turn endless scrolling into organized pages. ChatGPT Pager automatically groups your questions and answers, making it easy to:
- Find specific conversations with instant search
- Navigate large chats with numbered pagination
- Review answers in a clean, distraction-free view
- Jump between topics without losing your place
Coming soon - extension is pending review
- Download this repository as a ZIP file
- Extract the ZIP to a folder on your computer
- Open Chrome and go to
chrome://extensions/
- Enable Developer mode (toggle in top-right corner)
- Click "Load unpacked" and select the extracted folder
- Visit ChatGPT - you'll see a small dock button in the bottom-right corner!
- Open any ChatGPT conversation at chat.openai.com or chatgpt.com
- Look for the green dock button in the bottom-right corner
- Click it to open the ChatGPT Pager panel
- Conversations are automatically split into pages (10 Q&A pairs per page)
- Use pagination buttons at the bottom to navigate
- Keyboard shortcut:
←
and→
arrow keys to change pages
- Type in the search box to filter questions instantly
- Search works on question text, not answers
- Clear the search box to see all questions again
- Click the "Newest"/"Oldest" button to toggle sort order
- Newest shows recent questions first
- Oldest shows the conversation from the beginning
- Click any question to see the complete answer
- Full markdown formatting (bold, italic, code blocks)
- Keyboard shortcut: Press
ESC
to close and return to the list
- Drag the top bar to move the panel around your screen
- Drag the bottom-right corner to resize
- Minimize using the
—
button (reopens with dock button) - Close using the
×
button
Key | Action |
---|---|
← |
Previous page |
→ |
Next page |
ESC |
Close detail view |
- Remembers your preferences: Search terms, sort order, panel size and position
- Adapts to your theme: Automatically switches between light and dark mode
- Works offline: No internet required, everything happens in your browser
- Super fast: Optimized performance, minimal resource usage
Panel doesn't appear?
- Make sure you're on
chat.openai.com
orchatgpt.com
- Check that the extension is enabled in
chrome://extensions/
- Try refreshing the page
Questions not showing up?
- Make sure you have an active conversation with messages
- Try scrolling through your chat to load all messages
- Refresh the page if the conversation seems incomplete
Panel position/size reset?
- Your preferences are saved automatically
- If they reset, check if your browser is clearing localStorage
- Zero dependencies: Pure JavaScript, no external libraries
- Privacy focused: Everything happens locally in your browser
- Lightweight: Minimal footprint, won't slow down ChatGPT
- Clean design: Integrates seamlessly with ChatGPT's interface
This extension is built with vanilla JavaScript and uses:
- Content scripts for ChatGPT integration
- Shadow DOM for isolated styling
- LocalStorage for user preferences
- Mutation observers for real-time updates
MIT License - feel free to modify and distribute!