Skip to content

Commit 664bd37

Browse files
committed
1 parent bc0d2fc commit 664bd37

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.9.11
6+
// @version 2025.9.12
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -200,8 +200,7 @@
200200
url: `${app.urls.aiwebAssets}/data/katex-delimiters.json`
201201
}))
202202
window.apis = Object.assign(Object.create(null), await new Promise(resolve => xhr({
203-
method: 'GET',
204-
onload: ({ responseText }) => resolve(Object.fromEntries(
203+
method: 'GET', onload: ({ responseText }) => resolve(Object.fromEntries(
205204
Object.entries(JSON5.parse(responseText)).filter(([, api]) => !api.disabled))),
206205
url: `${app.urls.aiwebAssets}/data/ai-chat-apis.json5`
207206
})))

0 commit comments

Comments
 (0)