DeepSeek Exporter

Export DeepSeek AI conversations to PDF, Image, Word, Markdown, JSON, TXT, HTML formats. Supports exporting "Deep Thinking" content.

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         DeepSeek Exporter
// @name:zh-CN   DeepSeek 对话导出
// @namespace    https://ds.aikeyu.cn
// @version      1.0.0
// @description  Export DeepSeek AI conversations to PDF, Image, Word, Markdown, JSON, TXT, HTML formats. Supports exporting "Deep Thinking" content.
// @description:zh-CN  导出 DeepSeek AI 对话为 PDF、图片、Word、Markdown、JSON、TXT、HTML 格式,支持导出"深度思考"内容。
// @author       bu3bao
// @license      MIT
// @match        https://chat.deepseek.com/*
// @icon         https://edgeoneimg.cdn.sn/i/69292a16a83ad_1764305430.webp
// @grant        GM_addStyle
// @grant        GM_xmlhttpRequest
// @grant        GM_getValue
// @grant        GM_setValue
// @connect      ds.aiky.de5.net
// @require      https://cdn.jsdelivr.net/npm/[email protected]/dist/jspdf.umd.min.js
// @require      https://cdn.jsdelivr.net/npm/[email protected]/dist/html2canvas.min.js
// @require https://cdn.jsdelivr.net/npm/[email protected]/deepseek-export.user.js
// @homepage     https://ds.aikeyu.cn
// @supportURL   https://ds.aikeyu.cn
// ==/UserScript==

(function () {
    'use strict';
    // Main script is loaded via @require
    // This loader ensures Greasyfork compatibility
    console.log('[DeepSeek Exporter] Loaded successfully');
})();