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 149
149
// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150
150
// @author KudoAI
151
151
// @namespace https://kudoai.com
152
- // @version 2025.4.28.11
152
+ // @version 2025.4.28.12
153
153
// @license MIT
154
154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155
155
// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
3333
3333
3334
3334
function getScheme ( ) {
3335
3335
return document . querySelector ( 'meta[name="color-scheme"]' ) ?. content ?. includes ( 'dark' ) // from Google Search pref
3336
- || ( window . matchMedia ?. ( '(prefers-color-scheme: dark)' ) ?. matches ? 'dark' : 'light' )
3336
+ || window . matchMedia ?. ( '(prefers-color-scheme: dark)' ) ?. matches ? 'dark' : 'light'
3337
3337
}
3338
3338
3339
3339
// Define PROMPT functions
You can’t perform that action at this time.
0 commit comments