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-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.9.30.1
151+ // @version 2025.9.30.2
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
22002200 feedback . notify ( `${ app . msgs . menuLabel_colorScheme } : ${ (
22012201 scheme == 'light' ? app . msgs . scheme_light || 'Light'
22022202 : scheme == 'dark' ? app . msgs . scheme_dark || 'Dark'
2203- : app . msgs . menuLabel_auto ) . toUpperCase ( )
2204- } `)
2203+ : app . msgs . menuLabel_auto
2204+ ) . toUpperCase ( ) } `)
22052205
22062206 // Append scheme icon
22072207 const notifs = document . querySelectorAll ( '.chatgpt-notif' ) , notif = notifs [ notifs . length - 1 ]
You can’t perform that action at this time.
0 commit comments