We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb97328 + b002eff commit ca633f6Copy full SHA for ca633f6
packages/userscript/vite.config.ts
@@ -17,7 +17,7 @@ export default defineConfig({
17
'namespace': packageJson.author,
18
'description': packageJson.description,
19
'license': packageJson.license,
20
- 'match': 'https://chat.openai.com/chat',
+ 'match': ['https://chat.openai.com/chat', 'https://chat.openai.com/chat/*'],
21
'icon': 'https://chat.openai.com/favicon.ico',
22
'run-at': 'document-end',
23
},
0 commit comments