Skip to content

Commit e48c902

Browse files
IlyaRicepionxzh
authored andcommitted
fix: add @match for new ChatGPT domain with query parameter
Added @match for https://chatgpt.com/?oai-dm=1 to the Tampermonkey script manifest. This is to handle the new domain for ChatGPT, as the old domain https://chat.openai.com/ now redirects to the new address with the '?oai-dm=1' query parameter. The manifest already includes all variations of the new address except this one.
1 parent f809da6 commit e48c902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/chatgpt.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// @match https://chat.openai.com/share/*
2020
// @match https://chat.openai.com/share/*/continue
2121
// @match https://chatgpt.com/
22+
// @match https://chatgpt.com/?oai-dm=1
2223
// @match https://chatgpt.com/?model=*
2324
// @match https://chatgpt.com/c/*
2425
// @match https://chatgpt.com/g/*

0 commit comments

Comments
 (0)