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 2025.10.19.2
151+ // @version 2025.10.20
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
11861186 msg = msg . replace ( switchPhrase , `<a class="alert-link" href="#">${ switchPhrase } </a>` )
11871187 const alert = modals . alert ( `${ app . msgs . mode_streaming } ${ app . msgs . alert_unavailable } ` , msg )
11881188 alert . querySelector ( '[href="#"]' ) . onclick = ( ) => {
1189- alert . querySelector ( '.modal-close-btn' ) . click ( ) ; toggle . proxyMode ( ) }
1189+ alert . querySelector ( '.modal-close-btn' ) ? .click ( ) ; toggle . proxyMode ( ) }
11901190 } else { // functional toggle
11911191 settings . save ( 'streamingDisabled' , ! config . streamingDisabled )
11921192 feedback . notify ( `${ settings . controls . streamingDisabled . label } ${
You can’t perform that action at this time.
0 commit comments