File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33// @description Adds the magic of AI to Amazon shopping
44// @author KudoAI
55// @namespace https://kudoai.com
6- // @version 2025.1.20
6+ // @version 2025.1.21
77// @license MIT
88// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
99// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
227227
228228 // Init API data
229229 const apis = Object . assign ( Object . create ( null ) , await new Promise ( resolve => xhr ( {
230- method : 'GET' , url : 'https://assets.aiwebextensions.com/data/ai-chat-apis.json?v=bce28a3 ' ,
230+ method : 'GET' , url : 'https://assets.aiwebextensions.com/data/ai-chat-apis.json?v=fb3092a ' ,
231231 onload : resp => resolve ( JSON . parse ( resp . responseText ) )
232232 } ) ) )
233233 apis . AIchatOS . userID = '#/chat/' + Date . now ( )
Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.1.20.1
151+ // @version 2025.1.21
152152// @license MIT
153153// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
381381
382382 // Init API data
383383 const apis = Object . assign ( Object . create ( null ) , await new Promise ( resolve => xhr ( {
384- method : 'GET' , url : 'https://assets.aiwebextensions.com/data/ai-chat-apis.json?v=bce28a3 ' ,
384+ method : 'GET' , url : 'https://assets.aiwebextensions.com/data/ai-chat-apis.json?v=fb3092a ' ,
385385 onload : resp => resolve ( JSON . parse ( resp . responseText ) )
386386 } ) ) )
387387 apis . AIchatOS . userID = '#/chat/' + Date . now ( )
Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.1.20.1
151+ // @version 2025.1.21
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154154// @icon 64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
380380
381381 // Init API data
382382 const apis = Object . assign ( Object . create ( null ) , await new Promise ( resolve => xhr ( {
383- method : 'GET' , url : 'https://assets.aiwebextensions.com/data/ai-chat-apis.json?v=bce28a3 ' ,
383+ method : 'GET' , url : 'https://assets.aiwebextensions.com/data/ai-chat-apis.json?v=fb3092a ' ,
384384 onload : resp => resolve ( JSON . parse ( resp . responseText ) )
385385 } ) ) )
386386 apis . AIchatOS . userID = '#/chat/' + Date . now ( )
Original file line number Diff line number Diff line change 149149// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150// @author KudoAI
151151// @namespace https://kudoai.com
152- // @version 2025.1.20.1
152+ // @version 2025.1.12
153153// @license MIT
154154// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
569569
570570 // Init API data
571571 const apis = Object . assign ( Object . create ( null ) , await new Promise ( resolve => xhr ( {
572- method : 'GET' , url : 'https://assets.aiwebextensions.com/data/ai-chat-apis.json?v=bce28a3 ' ,
572+ method : 'GET' , url : 'https://assets.aiwebextensions.com/data/ai-chat-apis.json?v=fb3092a ' ,
573573 onload : resp => resolve ( JSON . parse ( resp . responseText ) )
574574 } ) ) )
575575 apis . AIchatOS . userID = '#/chat/' + Date . now ( )
You can’t perform that action at this time.
0 commit comments