qcrao / bulk-delete-chatGPT

bulk delete chatGPT conversations
https://chatgpt-bulk-delete.qcrao.com
78 stars 15 forks source link

delete button stopped working #8

Closed amgalitzky closed 1 year ago

amgalitzky commented 1 year ago

After checking the checkboxes & trying to delete, the delete button does nothing. I didn't check your code but If I have to guess ChatGPT changed their markup, & broke your delete button selector.

WenceslaoRojas commented 1 year ago

const conversationElement = await checkbox.closest('.flex.p-3.items-center.gap-3.relative.rounded-md') (bulkDeleteConversations.js, Line 32)

This fixes the error. Hopefully he can fix it soon @qcrao

qcrao commented 1 year ago

Fixed. Submitting to chrome web store, thank you! @WenceslaoRojas

amgalitzky commented 5 months ago

@qcrao it seems like they changed stuff around again & messed it up.

qcrao commented 5 months ago

@qcrao it seems like they changed stuff around again & messed it up.

I just tried it on my computer and it works. Maybe you might want to reinstall the plugin and give it a try.

amgalitzky commented 5 months ago

@qcrao it seems like they changed stuff around again & messed it up.

I just tried it on my computer and it works. Maybe you might want to reinstall the plugin and give it a try.

After reinstalling it works again. Thank You!