A Chrome extension for searching and pining and exporting ChatGPT chats
Pinning and exporting ChatGPT chats when the native history UI remains broken.
Chrome extension to export all ChatGPT conversations to a flat JSON file
Pure JS ZIP builder + MutationObserver API reverse-engineering; ChatGPT's official export worthless.
ChatGPT power users, knowledge workers, researchers
Technical notes:
ChatGPT projects are internally "gizmos" — the correct API is /backend-api/gizmos/{g-p-hex32}/conversations?cursor=0, not the undocumented /projects endpoint (which 404s) Cursor-based pagination throughout (offset-based parameters are silently ignored by the API) MutationObserver captures project links from the sidebar DOM, including the hover-only "More" popup Pure JS ZIP builder: CRC32 + local headers + central directory + EOCD, no libraries Chrome MV3, long-lived port for popup ↔ content script communication; export survives popup close Markdown content is pre-encoded to Uint8Array before ZIP assembly to halve peak memory usage
Pinning and exporting ChatGPT chats when the native history UI remains broken.
Karpathy's LLM-Wiki concept packaged for ChatGPT, Claude, and Gemini exports.
Local semantic search over your full AI conversation history, MCP-integrated, zero cloud.
Local DOM parsing is smart, but Superpower and other extensions already do this.
Yet another ChatGPT exporter in a sea of identical Chrome extensions.
Exports from 15 AI platforms to 9 formats when native export options are missing.