File tree Expand file tree Collapse file tree
chatgpt/chatgpt-widescreen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 235235// @description :zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-poe.com!
236236// @author Adam Lui
237237// @namespace https://github.com/adamlui
238- // @version 2025.10.19
238+ // @version 2025.10.19.1
239239// @license MIT
240240// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241241// @icon 64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
841841 }
842842
843843 // Remove buttons on Canvas mode toggle-on
844- if ( canvasWasOpen ^ chatgpt . canvasIsOpen ( ) ) { buttons . remove ( ) ; canvasWasOpen = ! canvasWasOpen }
844+ if ( canvasWasOpen != chatgpt . canvasIsOpen ( ) ) { buttons . remove ( ) ; canvasWasOpen = ! canvasWasOpen }
845845
846846 // Update Widescreen styles on Poe nav
847847 } else if ( location . pathname != prevPath && config . widescreen ) {
866866 if ( sites [ env . site ] . selectors . btns . sidebar && sites [ env . site ] . hasSidebar ) {
867867 const sidebarObserver = new ResizeObserver ( // sync config.fullWindow ⇆ sidebar width + update styles
868868 async ( ) => {
869- if ( ( config . fullWindow ^ await ui . isFullWin ( ) ) && ! config . modeSynced ) sync . mode ( 'fullWindow' )
869+ if ( ( config . fullWindow != await ui . isFullWin ( ) ) && ! config . modeSynced ) sync . mode ( 'fullWindow' )
870870 if ( env . site == 'chatgpt' && config . widescreen ) {
871871 styles . update ( { key : 'widescreen' } ) // for new window.wsMaxWidth
872872 if ( config . widerChatbox ) styles . update ( { key : 'chatbar' } )
You can’t perform that action at this time.
0 commit comments