Greasy Fork is available in English.
优雅导出 DeepSeek 对话记录,支持 JSON 和 Markdown 格式。Elegantly export DeepSeek conversation records, supporting JSON and Markdown formats.
这是此脚本的所有版本 只显示代码更新过的版本
添加了可以控制导出的md中是否包含思考内容、是否仅包含最新对话状态的功能。Added a function to control whether the exported md contains thinking content or only the latest conversation status.
原方案依赖用户手动清除缓存来获取完整聊天记录,现在通过优化 XHR 拦截逻辑,能够自动获取完整的 JSON 数据,无需额外操作。The original solution required users to manually clear cache to obtain the full chat history. Now, by optimizing the XHR interception logic, the script can automatically retrieve the complete JSON data without extra actions.
更新说明
感谢 @cnloongt & @lucas.!
Update Notes
Thanks to @cnloongt & @lucas.!
更新了脚本名字。Changed script name.
增加了删除本地数据的解决方法。Added a solution to delete local data.
增加了图片说明。Added picture description.