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.16.1
151+ // @version 2025.10.16.2
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
19571957 apiModal . querySelector ( 'h2' ) . style . justifySelf = 'center' // center title
19581958 const btnsDiv = apiModal . querySelector ( '.modal-buttons' )
19591959 btnsDiv . style . cssText = `margin-top: 23px !important ; ${ env . browser . isPhone ? ''
1960- : 'flex-wrap: wrap ; justify-content: center ; gap: 9px' } ` // gridify desktop btns
1960+ : 'flex-wrap: wrap ; justify-content: center ; gap: 9px' } ` // gridify wide view btns
19611961 btnsDiv . querySelectorAll ( 'button' ) . forEach ( ( btn , idx ) => {
19621962 if ( idx == 0 ) btn . style . display = 'none' // hide Dismiss button
19631963 else btn . classList . toggle ( 'primary-modal-btn' , // emphasize preferred API
You can’t perform that action at this time.
0 commit comments