4as / ChatGPT-DeMod

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

WARNING: Don't use "share" option #18

Closed superdemouser closed 1 year ago

superdemouser commented 1 year ago

There is a new feature to share each conversation directly from ChatGPT UI.

DON'T USE IT, IT WILL FLAG ALL YOUR MESSAGES.

Once you start the share UI the whole conversation, each input and response, is passed trough the moderation API and flagging all messages as warnings or violations.

@4as Is there a way to skip this moderation and share the conversations? Or at least make the Share option disabled when the DeMod is on?

Thanks!

4as commented 1 year ago

Sharing has the same root problem as this issue https://github.com/4as/ChatGPT-DeMod/issues/17 I'm currently in process of exploring options to create workarounds for all of those issues.

4as commented 1 year ago

I just pushed on update that prevents the "share" functionality from working.