Export Yuanbao conversations as Markdown / JSON / DOCX (single + all)
Tampermonkey userscript for exporting Tencent Yuanbao conversations into ingestion-friendly files.
This repo intentionally focuses on export only:
Non-export features (copy buttons, style toggles, extra menu commands, complex UI) are intentionally removed.
The export button opens a compact panel with exactly these actions:
MD, JSON, DOCXMD, JSON, DOCXIncludes a real-time progress bar for all-conversation export and optimized DOCX generation.
When you click an “All Conversations” export button, the script tries to:
It still uses in-memory cache for speed, but no longer depends only on manually opened chats.
userscripts/chat-export.user.js - Tampermonkey userscript (Yuanbao)MIT