File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed 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.5.16.15
6+ // @version 2025.5.16.16
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
19331933 return alert
19341934 } ,
19351935
1936- api ( ) {
1936+ api ( ) { // requires lib/feedback.js + <apis|app|config|get|msgChain|settings>
19371937
19381938 // Show modal
19391939 const modalBtns = [ app . msgs . menuLabel_random , ...Object . keys ( apis ) . filter ( api => api != 'OpenAI' ) ]
20372037 modalContainer . onanimationend = ( ) => modalContainer . remove ( )
20382038 } ,
20392039
2040- init ( modal ) {
2040+ init ( modal ) { // requires lib/dom.js
20412041 if ( ! this . styles ) this . stylize ( ) // to init/append stylesheet
20422042
20432043 // Add classes
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.5.16.16
151+ // @version 2025.5.16.17
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
26342634 return alert
26352635 } ,
26362636
2637- api ( ) {
2637+ api ( ) { // requires lib/feedback.js + <apis|app|config|get|msgChain|settings>
26382638
26392639 // Show modal
26402640 const modalBtns = [ app . msgs . menuLabel_random , ...Object . keys ( apis ) . filter ( api => api != 'OpenAI' ) ]
27752775 modalContainer . onanimationend = ( ) => modalContainer . remove ( )
27762776 } ,
27772777
2778- init ( modal ) {
2778+ init ( modal ) { // requires lib/dom.js
27792779 if ( ! this . styles ) this . stylize ( ) // to init/append stylesheet
27802780
27812781 // Add classes
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.5.16.17
151+ // @version 2025.5.16.18
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
26292629 return alert
26302630 } ,
26312631
2632- api ( ) {
2632+ api ( ) { // requires lib/feedback.js + <apis|app|config|get|msgChain|settings>
26332633
26342634 // Show modal
26352635 const modalBtns = [ app . msgs . menuLabel_random , ...Object . keys ( apis ) . filter ( api => api != 'OpenAI' ) ]
27732773 modalContainer . onanimationend = ( ) => modalContainer . remove ( )
27742774 } ,
27752775
2776- init ( modal ) {
2776+ init ( modal ) { // requires lib/dom.js
27772777 if ( ! this . styles ) this . stylize ( ) // to init/append stylesheet
27782778
27792779 // Add classes
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.5.16.16
152+ // @version 2025.5.16.17
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
28472847 return alert
28482848 } ,
28492849
2850- api ( ) {
2850+ api ( ) { // requires lib/feedback.js + <apis|app|config|get|msgChain|settings>
28512851
28522852 // Show modal
28532853 const modalBtns = [ app . msgs . menuLabel_random , ...Object . keys ( apis ) . filter ( api => api != 'OpenAI' ) ]
29522952 modalContainer . onanimationend = ( ) => modalContainer . remove ( )
29532953 } ,
29542954
2955- init ( modal ) {
2955+ init ( modal ) { // requires lib/dom.js
29562956 if ( ! this . styles ) this . stylize ( ) // to init/append stylesheet
29572957
29582958 // Add classes
You can’t perform that action at this time.
0 commit comments