Revisiones de ChatGPT Markdown Exporter
ChatGPT Markdown Exporter por Jason ZENG
1 revisión
- Se valoró con 4 de 5por skiaphrene, hace 4 díasI installed this plugin to Firefox on a Mac, and used it to recover a 19k line chat with ChatGPT, which I was really happy about.
The script was not able to identify the "roles" of who was talking (ChatGPT / user) properly, a minor issue. Not being a JS dev myself, I asked ChatGPT to look at the plugin code. Apparently "ChatGPT’s DOM changed; reliable roles live on ancestor nodes with data-message-author-role="user|assistant". That’s why you see mislabels." ChatGPT proposed a quick fix, however I was unable to find any GitHub or similar hosting the code for this extension, so was unable to post the fix there. It would be nice if a repo was shared for this (as suggested by the public license).
I also had chatGPT check the code for any security issues, and we didn't find any that aren't related to the "export directly to Google Drive" feature.