pionxzh / chatgpt-exporter

Export and Share your ChatGPT conversation history
MIT License
1.32k stars 103 forks source link

The script is not working now #123

Closed FireSK7 closed 1 year ago

FireSK7 commented 1 year ago

I just use this script yesterday.

Syntax3rror404 commented 1 year ago

Looks like openai changed the URL from https://chat.openai.com/chat/<uuid> to https://chat.openai.com/c/<uuid>

You can try to overwrite it in the tampermonkey settings

zfuchen commented 1 year ago

Open Tampermonkey Dashboard and click on ChatGPT Exporter then change line 15 // @match https://chat.openai.com/chat/* to // @match https://chat.openai.com/c/*

SoEVK commented 1 year ago

// @match https://chat.openai.com/*

pionxzh commented 1 year ago

Fixed in v2.6.4