Skip to content

Commit 0ef25ee

Browse files
committed
1 parent 4ff2764 commit 0ef25ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
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.4.28.11
151+
// @version 2025.4.28.12
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
@@ -3147,7 +3147,7 @@
31473147

31483148
function getScheme() {
31493149
return document.documentElement?.classList?.contains('dark') // from Brave Search pref
3150-
|| ( window.matchMedia?.('(prefers-color-scheme: dark)')?.matches ? 'dark' : 'light' )
3150+
|| window.matchMedia?.('(prefers-color-scheme: dark)')?.matches ? 'dark' : 'light'
31513151
}
31523152

31533153
function visibilizeOverflow() { // for boundless hover fx

0 commit comments

Comments
 (0)