File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 2026.1.26.3
151+ // @version 2026.1.26.4
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
17231723
17241724 // Define COMPONENTS
17251725
1726- window . fontSizeSlider = { // requires lib/<dom|settings>.js + <app|config| env|inputEvents>
1726+ window . fontSizeSlider = { // requires lib/<dom|settings>.js + <app|env|inputEvents>
17271727 fadeInDelay : 5 , // ms
17281728 hWheelDistance : 10 , // px
17291729
1730- createAppend ( ) { // requires lib/<dom|settings>.js + <app|config| env|inputEvents>
1730+ createAppend ( ) { // requires lib/<dom|settings>.js + <app|env|inputEvents>
17311731
17321732 // Create/ID/classify slider elems
17331733 fontSizeSlider . cursorOverlay = dom . create . elem ( 'div' , { class : 'cursor-overlay' } )
19311931 return alert
19321932 } ,
19331933
1934- api ( ) { // requires lib/feedback.js + <apis|app|config| get|settings>
1934+ api ( ) { // requires lib/feedback.js + <apis|app|get|settings>
19351935
19361936 // Show modal
19371937 const modalBtns = [ app . msgs . menuLabel_random , ...Object . keys ( apis ) . filter ( api => api != 'OpenAI' ) ]
21392139 }
21402140 } ,
21412141
2142- replyLang ( ) { // requires <app|config| env|log|modals|settings>
2142+ replyLang ( ) { // requires <app|env|log|modals|settings>
21432143 let replyLang = prompt ( `${ app . msgs . prompt_updateReplyLang } :` , app . config . replyLang )
21442144 if ( replyLang == null ) return // user cancelled so do nothing
21452145 else if ( ! / \d / . test ( replyLang ) ) {
You can’t perform that action at this time.
0 commit comments