Skip to content

Commit

Permalink
Enabled Widescreen mode by default (adamlui/chatgpt-widescreen#30 (co…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 12, 2025
1 parent f8ae44d commit c8de18e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chatgpt/chatgpt-widescreen/chatgpt-widescreen-mode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
// @description:zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2025.1.11.2
// @version 2025.1.11.3
// @license MIT
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
// @icon64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
Expand Down Expand Up @@ -423,6 +423,8 @@
settings.imports.import({ app }) // for app.msgs + app.configKeyPrefix refs

// Init SETTINGS
if (GM_getValue(`${app.configKeyPrefix}_isFirstRun`) == undefined) { // activate widescreen on install
settings.save('wideScreen', true) ; settings.save('isFirstRun', false) }
settings.load(sites[env.site].availFeatures)

// Define FUNCTIONS
Expand Down

0 comments on commit c8de18e

Please sign in to comment.