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.12.3
151+ // @version 2025.10.12.4
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
26592659 width : 489 ,
26602660
26612661 available ( ) {
2662-
2663- // Show modal
26642662 const updateAvailModal = modals . alert ( `🚀 ${ app . msgs . alert_updateAvail } !` , // title
26652663 `${ app . msgs . alert_newerVer } ${ app . name } ` // msg
26662664 + `(v${ app . latestVer } ) ${ app . msgs . alert_isAvail } ! `
26712669 modals . safeWinOpen ( `${ app . urls . update . gm } ?t=${ Date . now ( ) } ` )
26722670 } , '' , modals . update . width
26732671 )
2674-
2675- // Localize button labels if needed
2676- if ( ! env . browser . language . startsWith ( 'en' ) ) {
2672+ if ( ! env . browser . language . startsWith ( 'en' ) ) { // localize labels
26772673 const updateBtns = updateAvailModal . querySelectorAll ( 'button' )
26782674 updateBtns [ 1 ] . textContent = app . msgs . btnLabel_update
26792675 updateBtns [ 0 ] . textContent = app . msgs . btnLabel_dismiss
26802676 }
2681-
26822677 return updateAvailModal
26832678 } ,
26842679
You can’t perform that action at this time.
0 commit comments