4as / ChatGPT-DeMod

Tampermonkey/Greasemonkey script that hides the moderation results when communicating with ChatGPT.
GNU General Public License v2.0
382 stars 54 forks source link

Delete conversations.json #41

Closed ghost closed 4 months ago

ghost commented 4 months ago
  1. With the API changes, it is no longer possible to disable/interfere with moderation. Furthermore, "ChatGPT DeMod.user.js" itself no longer uses/stores conversations, and old versions of the script that use the conversation file no longer work.
  2. The "conversations.json" file must be deleted for optimization. When you download the DeMod source code compressed in releases, the "conversations.json" file just increases the size of the zip/tar.gz.
4as commented 4 months ago

I forgot to respond to this pull request, but with the latest update to DeMod I remembered to remove the unused conversations.json file. Thank you for bringing this to my attention.