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.9.30
151+ // @version 2025.9.30.1
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
21952195 feedback . notify ( `${ app . msgs . menuLabel_colorScheme } : ${ (
21962196 scheme == 'light' ? app . msgs . scheme_light || 'Light'
21972197 : scheme == 'dark' ? app . msgs . scheme_dark || 'Dark'
2198- : app . msgs . menuLabel_auto ) . toUpperCase ( )
2199- } `)
2198+ : app . msgs . menuLabel_auto
2199+ ) . toUpperCase ( ) } `)
22002200
22012201 // Append scheme icon
22022202 const notifs = document . querySelectorAll ( '.chatgpt-notif' ) , notif = notifs [ notifs . length - 1 ]
You can’t perform that action at this time.
0 commit comments