File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
chatgpt/chatgpt-widescreen Expand file tree Collapse file tree 1 file changed +3
-5
lines changed 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.4
238
+ // @version 2025.4.5
239
239
// @license MIT
240
240
// @icon https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@844b16e/assets/images/icons/widescreen-robot-emoji/icon48.png
241
241
// @icon 64 https://cdn.jsdelivr.net/gh/adamlui/chatgpt-widescreen@844b16e/assets/images/icons/widescreen-robot-emoji/icon64.png
893
893
const chatbarStyle = dom . create . style ( )
894
894
update . style . chatbar ( ) ; document . head . append ( chatbarStyle )
895
895
896
- // Insert BUTTONS
897
- if ( ! config [ `${ env . site } Disabled` ] && config . btnsVisible ) {
898
- buttons . insert ( )
899
-
900
896
// Restore PREV SESSION's state
897
+ if ( ! config [ `${ env . site } Disabled` ] ) {
898
+ if ( config . btnsVisible ) buttons . insert ( )
901
899
if ( config . widescreen ) toggleMode ( 'widescreen' , 'ON' )
902
900
if ( config . fullWindow && sites [ env . site ] . hasSidebar ) {
903
901
if ( sites [ env . site ] . selectors . btns . sidebar ) // site has own FW config
You can’t perform that action at this time.
0 commit comments