您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Export DeepSeek chat history to Markdown, PDF and PNG formats
当前为
This is a Tampermonkey/Violentmonkey script for exporting DeepSeek chat conversations in Markdown, PDF, and image formats. The script adds three export buttons to the top-right corner of the DeepSeek chat interface for quick and easy conversation saving.
This is an English translation of https://github.com/blueberrycongee/DeepSeek-Chat-Exporter with several modifications:
<strong>
tags in markdown output, and use User/Assistant headers instead, with reasoning tokens in a quote block, like the website.https://chat.deepseek.com/
)..md
file..png
image.\( \)
and \[ \]
delimiters or converting to $ $
and $$ $$
formatDeepSeek_Chat_Title_2024-03-21_15_30_45.md
DeepSeek_Chat_Title_2024-03-21_15_30_45.pdf
DeepSeek_Chat_Title_2024-03-21_15_30_45.png
## User
, followed by the message content.## Assistant
, followed by the response.### Thought Process
, followed by blockquoted reasoning process.\( \)
and \[ \]
format, or converted to $ $
and $$ $$
format based on settings---
.Example:
## User
Hello, can you help me write some code?
---
## Assistant
### Thought Process
> This is a request for code writing assistance.
> Let me help with programming guidance.
Of course! Please tell me what kind of code you need.
.png
screenshot of the chat history, including the chat interface and all conversations, ideal for quick sharing or saving.If you encounter issues or have suggestions for improvements, please submit an Issue or Pull Request at https://github.com/endolith/DeepSeek-Chat-Exporter.
This project is licensed under the MIT License.