A Chrome extension to export AI conversations from Google AI Studio, ChatGPT, and Gemini.
Inspired by YourAIScroll.
I created this "parody" version because I found the original tool's support for Google AI Studio to be unstable. specifically:
- The scrolling and scraping functionality often fails with long context conversations due to complex DOM manipulations.
- Some essential features are locked behind a paywall.
ParodyYourAIScroll is designed to be a free, robust alternative that handles long context exports reliably.
- ✅ Export conversations from Google AI Studio
- ✅ Export conversations from ChatGPT
- ✅ Export conversations from Gemini (with Thoughts content)
- ✅ Support for Markdown and JSON formats
- ✅ Clean, modern UI with Inter font
- ✅ Auto-scroll to capture full conversation history
- 🚀 Smart ZIP Package Export - Download conversations with all embedded media (images, videos) automatically packaged!
One of the most powerful features of ParodyYourAIScroll is the intelligent ZIP packaging system. Unlike other export tools that only save text, this extension:
- Automatically detects and downloads all images and videos from your conversation
- Preserves original filenames for easy identification
- Rewrites Markdown links to point to local files in the ZIP archive
- Handles large files through chunked transfer mechanism (bypassing Chrome's message size limits)
- Works with Blob URLs - even temporary media URLs are captured and saved
Perfect for archiving visual conversations, preserving tutorials with screenshots, or backing up important discussions with multimedia content.
Example: Exported ZIP containing chat history + all embedded images and videos
Export your conversations as self-contained HTML files with a gorgeous Cursor-inspired design:
- Dark IDE aesthetic - Model responses styled like a code editor window
- Glass-morphism effects - Modern, premium UI with subtle transparency
- Embedded media - All images and videos are converted to base64 and embedded directly
- Offline-ready - No external dependencies, works without internet
- Expandable thinking blocks - Click to reveal AI's reasoning process
Example: Exported HTML with rich media, beautiful typography, and dark theme
- Download this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (top right)
- Click "Load unpacked"
- Select this extension folder
- Google AI Studio - https://aistudio.google.com
- ChatGPT - https://chatgpt.com
- Gemini - https://gemini.google.com
- Navigate to AI Studio, ChatGPT, or Gemini
- Click the extension icon
- Choose your export format (Markdown or JSON)
- Click "Export" to download or copy to clipboard
Built with:
- Chrome Extension Manifest V3
- Inter Variable Font
- Vanilla JavaScript, HTML, CSS
MIT
