Skip to content

Tampermonkey script that blocks the moderation checks when communicating with ChatGPT.

License

Notifications You must be signed in to change notification settings

StealthC/ChatGPT-DeMod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT-DeMod

This userscript for Tempermonkey allows you to disable moderation checks during conversations with ChatGPT, i.e. it will prevent "This content might violate our content policy" warnings from being triggered.

Installation

First of all you will have to install Tampermonkey plugin for your browser. Then you'll have to install the userscript, which can be done in multiple ways, but the easiest is probably to just open the ChatGPT DeMod.user.js file in the raw view and Tampermonkey should detect it and open the installation page. If not, copy the contents of the file, and then in Tampermonkey's options click the + tab to create a new script. Paste the copied contents into it and save it. Make sure the script is enabled by navigating the Installed Userscripts tab.

Usage

Once activated the script adds a floating button to the ChatGPT conversation page. The button will read either "DeMod: Off" or "DeMod: On." Clicking it switches between the two modes. While DeMod is On the script will intercept moderation calls and replace them with a random text from its database.
In other words DeMod makes the conversation seems like it's about something completely else that what you're actually sending and receiving.
It's handled this way to ensure that nothing will seem out of place. No one knows what kind of security checks does the ChatGPT's backend has so let's not risk anything by blocking something we shouldn't. Instead the checks still go through but with a different text.
To further ensure nothing seems out of place keep in mind you can always turn DeMod off if you don't need it.

About

Tampermonkey script that blocks the moderation checks when communicating with ChatGPT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%