File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
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 } ) ) )
You can’t perform that action at this time.
0 commit comments