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-Brave Search (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2026.1.26.5
151+ // @version 2026.1.26.6
152152// @license MIT
153153// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154// @icon 64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
17171717
17181718 // Define COMPONENTS
17191719
1720- window . fontSizeSlider = { // requires lib/<dom|settings>.js + <app|config| env|inputEvents>
1720+ window . fontSizeSlider = { // requires lib/<dom|settings>.js + <app|env|inputEvents>
17211721 fadeInDelay : 5 , // ms
17221722 hWheelDistance : 10 , // px
17231723
1724- createAppend ( ) { // requires lib/<dom|settings>.js + <app|config| env|inputEvents>
1724+ createAppend ( ) { // requires lib/<dom|settings>.js + <app|env|inputEvents>
17251725
17261726 // Create/ID/classify slider elems
17271727 fontSizeSlider . cursorOverlay = dom . create . elem ( 'div' , { class : 'cursor-overlay' } )
19231923 return alert
19241924 } ,
19251925
1926- api ( ) { // requires lib/feedback.js + <apis|app|config| get|settings>
1926+ api ( ) { // requires lib/feedback.js + <apis|app|get|settings>
19271927
19281928 // Show modal
19291929 const modalBtns = [ app . msgs . menuLabel_random , ...Object . keys ( apis ) . filter ( api => api != 'OpenAI' ) ]
21272127 }
21282128 } ,
21292129
2130- replyLang ( ) { // requires <app|config| env|log|modals|settings>
2130+ replyLang ( ) { // requires <app|env|log|modals|settings>
21312131 let replyLang = prompt ( `${ app . msgs . prompt_updateReplyLang } :` , app . config . replyLang )
21322132 if ( replyLang == null ) return // user cancelled so do nothing
21332133 else if ( ! / \d / . test ( replyLang ) ) {
You can’t perform that action at this time.
0 commit comments