您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Export your ChatGPT or Gemini conversation into a properly and elegantly formatted Markdown or JSON.
ChatGPT / Gemini AI Chat Exporter is a Tampermonkey user script that allows you to export your conversations from both ChatGPT and Google Gemini with rich Markdown formatting, a Table of Contents (TOC), YAML metadata, and more.
.md
or .json
file.- [Chrome](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
- [Firefox](https://addons.mozilla.org/firefox/addon/tampermonkey)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd)
Create a new script in Tampermonkey and paste the code from this repository, or click below to install directly:
Navigate to any ChatGPT or Google Gemini conversation page.
A floating "⬇ Export MD" and "⬇ JSON" button will appear at the bottom right of the page.
Click the desired button to download your conversation.
The Markdown export includes:
---
thread_name: "Chat with ChatGPT"
message_count: 3
exporter_version: "2.0.0"
exported_at: "2025-06-27T14-45-00-UTC+0300"
thread_url: "[https://chatgpt.com/c/](https://chatgpt.com/c/)..."
---
# Chat with ChatGPT
## Table of Contents
- [1: How does GPT-4 work?](#chat-1)
- [2: Can GPT-4 answer any question?](#chat-2)
- [3: what's your chatgpt version](#chat-3)
### chat-1
> How does GPT-4 work?
###### AI said:
GPT-4 works by using a transformer-based architecture that processes and generates text based on large datasets.
### chat-2
> Can GPT-4 answer any question?
###### AI said:
GPT-4 can answer a variety of questions, though it may not always provide perfect responses.
### chat-3
> what's your chatgpt version
###### AI said:
You're currently chatting with **AI using GPT-4o**, which is the latest and most advanced model as of June 2025.
...
MIT License. See LICENSE for more information.
This was created with the assistance of chatgpt and google gemini.
For issues or suggestions, please create an issue or submit a pull request on GitHub.