Skip to content

Commit ca633f6

Browse files
committed
Merge pull request #21 from Notarin/master
fix: expand matching URLs for saved chat
2 parents fb97328 + b002eff commit ca633f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/userscript/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
'namespace': packageJson.author,
1818
'description': packageJson.description,
1919
'license': packageJson.license,
20-
'match': 'https://chat.openai.com/chat',
20+
'match': ['https://chat.openai.com/chat', 'https://chat.openai.com/chat/*'],
2121
'icon': 'https://chat.openai.com/favicon.ico',
2222
'run-at': 'document-end',
2323
},

0 commit comments

Comments
 (0)