4as / ChatGPT-DeMod

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

DeMod block Login page when logged out #67

Closed mousesama closed 1 month ago

mousesama commented 1 month ago

My session expired and I had to login again, but clicking on the login button did nothing. In the console and networking tab, I could see bunch of requests going off to the login endpoints that were blocked by client with error 403. Disabling the script let me login just fine, enabling it again works just fine now. I think the prevention of redirecting conversations to prevent mod trigger might be a bit too strict, needs an exception for this.

4as commented 1 month ago

I've removed the redirection feature from the new 5.0 version of DeMod. See if the issue persists.

mousesama commented 1 month ago

This seems to fix the issue, it's not interfering with login anymore, thanks.