ChatGPT Multi Format Exporter

Export current ChatGPT chat as JSON / Markdown / HTML via backend fetch. Button sits beside Share in the header.

Δημιουργός
Mr005K
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
46
Βαθμολογίες
0 0 0
Έκδοση
2.0
Δημιουργήθηκε την
09/09/2024
Ενημερώθηκε την
25/09/2025
Μέγεθος
20 KB
Άδεια
MIT
Εφαρμόζεται σε

ChatGPT Multi Format Exporter

A userscript that adds an Export button right beside the native Share button in the ChatGPT header.
Click it to export the entire conversation (fetched from the backend, not just the visible DOM) in your choice of JSON, Markdown, or HTML.

Features

  • Header Integration
    The Export button sits neatly next to ChatGPT’s Share button, styled identically.

  • Full Chat History
    Fetches directly from the backend API, so you get the entire conversation, not just what’s loaded on screen.

  • Multiple Formats
    Export as:

    • JSON → raw conversation data
    • Markdown → clean and readable
    • HTML → styled transcript

⚙️ Requirements

  • Works on chatgpt.com

🔒 Notes

  • This script does not scrape the DOM.
    It requests your conversation from the official backend API.