esteinmann / chatgpt-convdown

GNU General Public License v3.0
56 stars 7 forks source link

Download Individual Chats #5

Closed camarajordan closed 1 year ago

camarajordan commented 1 year ago

Since the new feature of isolated chats came, The extension doesn't work since the URL has a code from a specific chat.

esteinmann commented 1 year ago

Thanks for reporting. Had not checked Chat GPT the last couple of days. That change is about to make this extension obsolete it seems as Chat GPT keeps the history itself now (to some extent). Will try a quick fix in the manifest.json file

esteinmann commented 1 year ago

I already pushed an update but it's not a great solution. Only seems to work on hard page reloads as that is the entry point for the content script to run. Need to re-add a background script and trigger adding download button from there.

esteinmann commented 1 year ago

I just updated the main branch with the code for version 4.0. The download button should now re-appear when switching between individual chats. This required quite a few changes. Needed to use a background script again and sadly also require more permissions as before.

Will update the add-on on the Mozilla portal later today when I have more time.

esteinmann commented 1 year ago

@camarajordan Can you try the latest version (4.0)? It should be available in Firefox now

esteinmann commented 1 year ago

I regard this as fixed in version 4.0 now