File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
4
4
// @author KudoAI
5
5
// @namespace https://kudoai.com
6
- // @version 2025.5.27
6
+ // @version 2025.5.29
7
7
// @license MIT
8
8
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
9
9
// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
152
152
window . app = {
153
153
version : GM_info . script . version , chatgptjsVer : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
154
154
commitHashes : {
155
- app : '2ab9034 ' , // for cached <app|messages>.json
155
+ app : 'd8c43db ' , // for cached <app|messages>.json
156
156
aiweb : '2a51ece' // for cached <ai-chat-apis|code-languages|katex-delimiters|sogou-tts-lang-codes>.json
157
157
}
158
158
}
You can’t perform that action at this time.
0 commit comments