File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt/chatgpt-auto-talk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 225225// @description :zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226// @author Adam Lui
227227// @namespace https://github.com/adamlui
228- // @version 2025.3.4.1
228+ // @version 2025.3.8
229229// @license MIT
230230// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231// @icon 64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
731731
732732 function getScheme ( ) {
733733 return document . documentElement . className
734- || window . matchMedia ?. ( '(prefers-color-scheme: dark)' ) ?. matches ? 'dark' : 'light'
734+ || ( window . matchMedia ?. ( '(prefers-color-scheme: dark)' ) ?. matches ? 'dark' : 'light' )
735735 }
736736
737737 function syncConfigToUI ( ) {
You can’t perform that action at this time.
0 commit comments