Skip to content

Commit e2c5fc1

Browse files
committed
1 parent 8fc64b4 commit e2c5fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 2 additions & 2 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.5.7.2
6+
// @version 2025.5.7.3
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
@@ -137,7 +137,7 @@
137137
// Init APP data
138138
const app = {
139139
version: GM_info.script.version, chatgptJSver: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
140-
latestResourceCommitHash: '63aa021' // for cached app.json + messages.json
140+
latestResourceCommitHash: '63aa021' // for cached <app|messages>.json
141141
}
142142
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@${app.latestResourceCommitHash}`
143143
const remoteAppData = await new Promise(resolve => xhr({

0 commit comments

Comments
 (0)