File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 148
148
// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.4.28.8
151
+ // @version 2025.4.28.9
152
152
// @license MIT
153
153
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154
154
// @icon 64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
3156
3156
3157
3157
function getScheme ( ) {
3158
3158
return document . documentElement ?. className ?. includes ( 'dark' ) // from DDG pref
3159
- || window . matchMedia ?. ( '(prefers-color-scheme: dark)' ) ?. matches ? 'dark' : 'light'
3159
+ || ( window . matchMedia ?. ( '(prefers-color-scheme: dark)' ) ?. matches ? 'dark' : 'light' )
3160
3160
}
3161
3161
3162
3162
// Define PROMPT functions
You can’t perform that action at this time.
0 commit comments