Extract ChatGPT conversations and convert them to properly formatted Markdown or DOCX with footnotes for research links
How to use:
- Open the ChatGPT shared conversation in your browser
- Open Developer Tools (F12 or right-click → Inspect)
- Go to the Console tab
- Paste this code:
copy(document.documentElement.outerHTML)
- Paste the copied HTML below
- Click "Convert to Markdown" or "Convert to DOCX" (requires WASM loading)
Alternative: Use the bookmarklet below to extract directly from the ChatGPT page.
Note: Deep research links from ChatGPT will be converted to footnotes[^1] for better readability, while regular links will remain as [inline links](url).
URL Cleaning: This tool automatically removes UTM tracking parameters and scroll-to-text fragments from all URLs to ensure clean, professional links without revealing AI generation.