Exports the full conversation to Markdown. Uses a recursive scanner to find the chat history regardless of API changes.
Instantly export complete Google AI Studio conversations to Markdown by intercepting the internal API. Features a native toolbar integration, smart recursive parsing, and seamless support for navigating between chats without refreshing.
ResolveDriveResource network request to capture the exact chat data sent from Google's servers..md file ready for archiving or use with other LLM agents.https://aistudio.google.com/*.Markdown (.md) file.(Note: If you just installed the script for the first time, you may need to refresh once to initialize the network hooks.)
Unlike traditional scrapers that try to read text from the screen, this script uses a more robust approach:
XMLHttpRequest to listen for specific Google Drive resource requests (ResolveDriveResource).Q: I don't see the button. A: If you just installed the script, refresh the page once. The button appears automatically once valid chat data is detected in the network stream.
Q: Does this scrape the screen? A: No. It reads the raw data file directly from the network traffic. This is faster and more accurate than screen scraping and captures the entire history instantly.
Q: Is it safe? A: Yes. The script runs entirely locally in your browser. It does not send your data to any third-party server; it simply converts the data Google sent you into a text file.