File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
const API_MAPPING : Record < string , string > = {
2
2
'https://chat.openai.com' : 'https://chat.openai.com/backend-api' ,
3
+ 'https://chatgpt.com' : 'https://chatgpt.com/backend-api' ,
3
4
}
4
5
5
6
// export const baseUrl = 'https://chat.openai.com'
Original file line number Diff line number Diff line change @@ -45,6 +45,15 @@ export default defineConfig({
45
45
'https://chat.openai.com/share/*' ,
46
46
// support https://chat.openai.com/share/123456789/continue
47
47
'https://chat.openai.com/share/*/continue' ,
48
+
49
+ 'https://chatgpt.com/' ,
50
+ 'https://chatgpt.com/?model=*' ,
51
+ 'https://chatgpt.com/c/*' ,
52
+ 'https://chatgpt.com/g/*' ,
53
+ 'https://chatgpt.com/gpts' ,
54
+ 'https://chatgpt.com/gpts/*' ,
55
+ 'https://chatgpt.com/share/*' ,
56
+ 'https://chatgpt.com/share/*/continue' ,
48
57
] ,
49
58
'icon' : 'https://chat.openai.com/favicon.ico' ,
50
59
'run-at' : 'document-end' ,
You can’t perform that action at this time.
0 commit comments