Skip to content

Commit c916243

Browse files
committed
Bumped app.latestResourceCommitHash ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 6d7021a commit c916243

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.13.1
6+
// @version 2025.5.13.2
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
@@ -136,7 +136,7 @@
136136
// Init APP data
137137
window.app = {
138138
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1], urls: {},
139-
latestResourceCommitHash: 'e1e9624' // for cached <app|messages>.json
139+
latestResourceCommitHash: '12be174' // for cached <app|messages>.json
140140
}
141141
app.urls.resourceHost = `https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@${app.latestResourceCommitHash}`
142142
const remoteAppData = await new Promise(resolve => xhr({

0 commit comments

Comments
 (0)