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 2026.1.26.4
6+ // @version 2026.1.26.5
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
11001100
11011101 // Define COMPONENTS
11021102
1103- window . fontSizeSlider = { // requires lib/<dom|settings>.js + <app|config| env|inputEvents>
1103+ window . fontSizeSlider = { // requires lib/<dom|settings>.js + <app|env|inputEvents>
11041104 fadeInDelay : 5 , // ms
11051105 hWheelDistance : 10 , // px
11061106
1107- createAppend ( ) { // requires lib/<dom|settings>.js + <app|config| env|inputEvents>
1107+ createAppend ( ) { // requires lib/<dom|settings>.js + <app|env|inputEvents>
11081108
11091109 // Create/ID/classify slider elems
11101110 fontSizeSlider . cursorOverlay = dom . create . elem ( 'div' , { class : 'cursor-overlay' } )
13071307 return alert
13081308 } ,
13091309
1310- api ( ) { // requires lib/feedback.js + <apis|app|config| get|settings>
1310+ api ( ) { // requires lib/feedback.js + <apis|app|get|settings>
13111311
13121312 // Show modal
13131313 const modalBtns = [ app . msgs . menuLabel_random , ...Object . keys ( apis ) . filter ( api => api != 'OpenAI' ) ]
14721472 document . addEventListener ( 'keydown' , modals . handlers . dismiss . key ) ; modals . handlers . dismiss . key . added = true }
14731473 } ,
14741474
1475- replyLang ( ) { // requires <app|config| env|log|modals|settings>
1475+ replyLang ( ) { // requires <app|env|log|modals|settings>
14761476 let replyLang = prompt ( `${ app . msgs . prompt_updateReplyLang } :` , app . config . replyLang )
14771477 if ( replyLang == null ) return // user cancelled so do nothing
14781478 else if ( ! / \d / . test ( replyLang ) ) {
You can’t perform that action at this time.
0 commit comments