Closed KanchiMoe closed 6 months ago
Yeah I hope they fix it.
sigh It doesn't work
Line 757
window.location.replace("https://chatgpt.com");
Replace the link with chatgpt.com then refresh and then it works again
@MaerRand This is not quite the issue here. Currently, chat.openai.com redirects to chatgpt.com. What we need is for the tampermonkey script to match the new domain in addition to the old domain. That line of code there actually replaces an url containing domain/c (or share)/blah into chat.openai.com if the page is considered blocked (as to why, read the docs), and changing this does not resolve the problem.
The issue with the domain has been resolved in the latest version of DeMod v4.2.
Hopefully the location() code can remain pointing to openai for now. I'll revisit it later, if it turns out to be an issue.
The domain name for chatgpt has just changed from chat.openai.com to chatgpt.com, which breaks DeMod.