File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 364
364
const sidebarObserver = new ResizeObserver ( ( ) => // sync config.fullWindow ⇆ sidebar width
365
365
( config . fullWindow ^ ui . isFullWin ( ) ) && ! config . modeSynced && sync . mode ( 'fullWindow' ) )
366
366
observeSidebars ( )
367
- if ( env . site == 'chatgpt' ) new MutationObserver ( // re-observeSidebars() on disconnect
367
+ new MutationObserver ( // re-observeSidebars() on disconnect
368
368
( ) => getSidebars ( ) . some ( bar => ! sidebarObserver . targets ?. includes ( bar ) ) && observeSidebars ( )
369
369
) . observe ( document . body , { childList : true , subtree : true } )
370
370
Original file line number Diff line number Diff line change 364
364
const sidebarObserver = new ResizeObserver ( ( ) => // sync config.fullWindow ⇆ sidebar width
365
365
( config . fullWindow ^ ui . isFullWin ( ) ) && ! config . modeSynced && sync . mode ( 'fullWindow' ) )
366
366
observeSidebars ( )
367
- if ( env . site == 'chatgpt' ) new MutationObserver ( // re-observeSidebars() on disconnect
367
+ new MutationObserver ( // re-observeSidebars() on disconnect
368
368
( ) => getSidebars ( ) . some ( bar => ! sidebarObserver . targets ?. includes ( bar ) ) && observeSidebars ( )
369
369
) . observe ( document . body , { childList : true , subtree : true } )
370
370
Original file line number Diff line number Diff line change 235
235
// @description :zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
236
236
// @author Adam Lui
237
237
// @namespace https://github.com/adamlui
238
- // @version 2025.4.20
238
+ // @version 2025.4.20.1
239
239
// @license MIT
240
240
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241
241
// @icon 64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
961
961
const sidebarObserver = new ResizeObserver ( ( ) => // sync config.fullWindow ⇆ sidebar width
962
962
( config . fullWindow ^ ui . isFullWin ( ) ) && ! config . modeSynced && sync . mode ( 'fullWindow' ) )
963
963
observeSidebars ( )
964
- if ( env . site == 'chatgpt' ) new MutationObserver ( // re-observeSidebars() on disconnect
964
+ new MutationObserver ( // re-observeSidebars() on disconnect
965
965
( ) => getSidebars ( ) . some ( bar => ! sidebarObserver . targets ?. includes ( bar ) ) && observeSidebars ( )
966
966
) . observe ( document . body , { childList : true , subtree : true } )
967
967
You can’t perform that action at this time.
0 commit comments