Closed FireSK7 closed 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
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/*
// @match https://chat.openai.com/*
I just use this script yesterday.