File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
chatgpt/chatgpt-auto-refresh Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 220
220
// @description :zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
221
221
// @author Adam Lui
222
222
// @namespace https://github.com/adamlui
223
- // @version 2025.3.3
223
+ // @version 2025.3.3.1
224
224
// @license MIT
225
225
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
226
226
// @icon 64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
829
829
this . update . scheme ( ) ; this . update . state ( )
830
830
831
831
// Add hover/click listeners
832
- this . div . onmouseover = this . div . onmouseout = event => // trigger OpenAI hover overlay
832
+ this . div . onmouseover = this . div . onmouseout = ( { type } ) => // trigger OpenAI hover overlay
833
833
this . div . style . setProperty ( '--item-background-color' ,
834
- `var(--sidebar-surface-${ event . type == 'mouseover' ? 'secondary' : 'primary' } )` )
834
+ `var(--sidebar-surface-${ type == 'mouseover' ? 'secondary' : 'primary' } )` )
835
835
this . div . onclick = ( ) => {
836
836
settings . save ( 'arDisabled' , this . toggleInput . checked ) ; syncConfigToUI ( { updatedKey : 'arDisabled' } )
837
837
notify ( `${ app . msgs . menuLabel_autoRefresh } : ${ toolbarMenu . state . words [ + ! config . arDisabled ] } ` )
You can’t perform that action at this time.
0 commit comments