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.
1 parent 16aa3b7 commit 0e7bae7Copy full SHA for 0e7bae7
1 file changed
chatgpt/amazongpt/amazongpt.user.js
@@ -3,7 +3,7 @@
3
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
4
// @author KudoAI
5
// @namespace https://kudoai.com
6
-// @version 2026.1.27
+// @version 2026.1.27.1
7
// @license MIT
8
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
9
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -209,7 +209,7 @@
209
Object.entries(JSON5.parse(responseText)).filter(([, api]) => !api.disabled))),
210
url: `${app.urls.aiwebAssets}/data/ai-chat-apis.json5`
211
})))
212
- apis.AIchatOS.userID = '#/chat/' + Date.now()
+ apis.AIchatOS.userID = `#/chat/${Date.now()}`
213
214
// Init SETTINGS
215
app.config ??= {}
0 commit comments