File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chatgpt/chatgpt-auto-refresh Expand file tree Collapse file tree 1 file changed +2
-2
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.4.24.1
223
+ // @version 2025.4.26
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
897
897
898
898
insert ( ) {
899
899
if ( this . status ?. startsWith ( 'insert' ) || document . querySelector ( `.${ this . class } ` ) ) return
900
- const sidebar = document . querySelectorAll ( 'nav' ) [ env . browser . isMobile ? 1 : 0 ] ; if ( ! sidebar ) return
900
+ const sidebar = document . querySelectorAll ( 'nav' ) [ + env . browser . isMobile ] ; if ( ! sidebar ) return
901
901
this . status = 'inserting' ; if ( ! this . div ) this . create ( )
902
902
sidebar . children [ 1 ] . before ( this . div ) ; this . status = 'inserted'
903
903
} ,
You can’t perform that action at this time.
0 commit comments