- SignalDesk2026-09-15
Original Summary
I often wanted to export conversations from ChatGPT and Claude, so I built an extension to do it. The funny thing was that the export features themselves weren't the difficult part. The difficult part was keeping the extraction working whenever the AI platforms changed their UI, DOM or features. After fixing the same sort of thing over and over, I realised I was probably not the only person doing this. So I pulled that code out into decant-core : https://github.com/Covai-Labs/decant-core It's a reusable JavaScript library for extracting AI conversations and regular web content. It currently supports 17 AI platforms, plus web/article extraction and HTML → Markdown. Hopefully it means someone building an exporter can spend their time on the interesting stuff instead of maintaining another pile of fragile DOM selectors. AGPL-3.0. Would be interested to hear from anyone who's dealt with this problem.   submitted by   /u/deadrat_in [link]   [comments]
- 情报分类:技术学习与提效
- 分类依据:内容涉及技术、AI、软件工具或工程实践
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/15 17:02:07
- 暂无回复