Export Single ChatGPT Conversation to Markdown

Gakuranman · reddit · 2026-07-14

Needing to export a single ChatGPT conversation but finding only full account history export available, the author used a local script via Chrome DevTools to save the current chat as a Markdown file. The process involves opening the chat in Chrome, opening the console, enabling pasting, and executing a JavaScript snippet. The script automatically scrolls to the earliest message, extracts user and assistant content, and downloads it as a `.md` file. The entire process requires no extensions or third-party services and makes no network requests. The author advises checking the first and last messages for completeness when exporting long chats.

Original post →

More from Apps

Apps channel →