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

Request: Option to hide the Moderation Indicator strip #28

Open HidingCrab opened 10 months ago

HidingCrab commented 10 months ago

My use of DeMod is to hide the fact that my messages got flagged. That is, it is important to me for my flagged messages to look normal, instead of orange. When talking about sensitive things , as in therapy, knowing that my message got flagged makes me feel judged, so that's why I need to hide it!

That's why I want to hide the moderation indicator strip. I don't want to be able to see it change colour.

Could an option be added, somehow, to DeMod to allow me to choose to hide the moderation indicator strip? Or, is there a simple javascript that I can type into the Developer Tools to hide it for me?

4as commented 10 months ago

You could edit the script and delete demod_div.appendChild(demod_status); from it.
You can edit scripts by going to Tampermonkey options (from Addons/Extensions in your browser) and then navigating to Installed Scripts. Click ChatGPT DeMod, remove the mentioned line, save the script, and you won't see the indicator ever again. I'm going to leave this issue open for now to see if anyone else wants to hide the moderation indicator. If enough people show interest I could make it into a feature in DeMod's UI.