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

Updated domain name (while keeping old one) #47

Closed CaptainChicky closed 2 months ago

CaptainChicky commented 2 months ago

This one just keeps the old one and adds the new one lol // @match ://chatgpt.com/ // @match ://chat.openai.com/ idk

4as commented 2 months ago

Each change to DeMod needs to be accompanied by a version bump. In this case version should be updated from 4.1 to 4.2 before I can accept the pull request.

pukkandan commented 2 months ago

FYI, @4as, you can commit such small changes and merge the PR straight from the GH UI. I've found it's typically easier/faster than back and forth with contributor

4as commented 2 months ago

Can I get a confirmation that after applying the fix DeMod still works on mobile (Android and iOS)?

CaptainChicky commented 2 months ago

@4as Yep, I've done some testing on ios (i don't have an android phone though so i didnt test that) and it works. I mean regardless, what i did was just add an extra domain to match in the greasyfork script so there shouldn't be any issue.

4as commented 2 months ago

Okay, great to hear. Thank you for providing a fix.