ChatGPT Widescreen Mode 🖥️

Adds Widescreen + Fullscreen modes to ChatGPT for enhanced viewing + reduced scrolling

These are versions of this script where the code was updated. Show all versions.

  • v2024.5.23.3 2024-05-23

    Corrected symbol in config.userLanguage init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.5.23.1 2024-05-23

    Replaced unreliable chatgpt.sidebar.isLoaded() method for checking extension flag w/ Promise.race()

  • v2024.5.23 2024-05-23

    Added timeouts to awaits of isLoaded promises for unhindered program flow ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.5.20.3 2024-05-20

    Removed unneeded double negation from isGPT4oUI assignment ↞ [auto-sync from adamlui/chatgpt-apps/greasemonkey]

  • v2024.5.20.2 2024-05-20

    Moved isGPT4oUI init after chatgpt.sidebar.isLoaded() to support Violentmonkey ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.20.1 2024-05-20

    Removed unnecessary await chatgpt.isLoaded() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.20 2024-05-20

    Replaced sidebarIsLoaded() w/ chatgpt.sidebar.isLoaded() ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.5.17.6 2024-05-18

    Fixed live update of button colors on scheme/temp chat toggles

  • v2024.5.17.5 2024-05-18

    Removed unused mutations arg from main observer

  • v2024.5.17.4 2024-05-18

    Updated main observer to monitor <main>

  • v2024.5.17.3 2024-05-18

    Updated chatbar child selector for post-GPT4o UI

  • v2024.5.17.2 2024-05-18

    Appended commit hashes to icon meta URLs to preserve assets

  • v2024.5.17.1 2024-05-18

    Bumped chatgpt.js to 2.9.2

  • v2024.5.17 2024-05-17

    Added sidebarIsLoaded() to let Chromium extension flag inject first

  • v2024.5.16.4 2024-05-16

    Updated latest asset commit hash in config.asssetHostURL

  • v2024.5.16.3 2024-05-16

    Updated homepage/support URLs

  • v2024.5.16.2 2024-05-16

    Shrank full-window button

  • v2024.5.16.1 2024-05-16

    Restricted Wider Chatbox mode to Poe

  • v2024.5.16 2024-05-16

    Added GPT-4o UI support (adamlui/chatgpt-widescreen#55)

  • v2024.5.14 2024-05-16

    Bumped chatgpt.js to 2.8.0

  • v2024.5.14 2024-05-14

    Removed auto-reload ChatGPT/Poe on update to preserve prev sessions

  • v2024.5.11 2024-05-11

    Bumped chatgpt.js to 2.7.1

  • v2024.5.10.5 2024-05-11

    Inserted latest locale commit hash to config.assetHostURL to preserve potentially deleted message keys

  • v2024.5.10.4 2024-05-10

    Removed outdated paginator shift in updateTweaksStyle() to fix model selector icon shifts

  • v2024.5.10.3 2024-05-10

    Shortened updateBtnSVG cmd in schemeObserver

  • v2024.5.10.2 2024-05-10

    Loosened comparison operators for smaller filesize

  • v2024.5.10.1 2024-05-10

    Shortened buttonColor to btnColor

  • v2024.5.10 2024-05-10

    Added chatbar scheme observer to update btn colors on temp chat toggle

  • v2024.5.9 2024-05-09

    Bumped chatgpt.js to 2.7.0

  • v2024.5.8 2024-05-08

    Added doc URL as header comment

  • v2024.5.7.6 2024-05-08

    Updated selector/style for Poe in wcbStyle

  • v2024.5.7.5 2024-05-08

    Updated Poe styles in wideScreenStyle

  • v2024.5.7.4 2024-05-08

    Added explicit (site == 'poe') in deactivateMode() for readability

  • v2024.5.7.3 2024-05-08

    Made ternarys in UI elem selection routine more readable

  • v2024.5.7.2 2024-05-08

    Shortened isFullWindow()

  • v2024.5.7.1 2024-05-08

    Moved document.head.append(fullWindowStyle) up in activateMode()

    ... for proper syncMode() state detection on non-ChatGPT sites

  • v2024.5.7 2024-05-07

    Bumped chatgpt.js to 2.6.10

  • v2024.5.3 2024-05-04

    Re-added chat.openai.com support in case they get funny and change mind again

  • v2024.5.3 2024-05-04

    Updated @match to use chat.openai.com, updated site to 'chatgpt'

  • v2024.5.1.2 2024-05-01

    Bumped chatgpt.js to 2.6.9

  • v2024.5.1.1 2024-05-01

    Replaced raw.githubusercontent.com URLs w/ cdn.jsdelivr.net ones

  • v2024.5.1 2024-05-01

    Removed outdated chatgpt.history.isOff() condition from setBtnColor()

  • v2024.4.27.1 2024-04-28

    Updated messages obj name in updateTooltip() + syncMode()

  • v2024.4.27 2024-04-28

    Refactored msg fetcher for readability + if en/messages.json ever goes missing

    • Shortened const messages to msgs
  • v2024.4.5 2024-04-05

    Merge key listeners

  • v2024.4.4.1 2024-04-05

    Bumped version to 2024.4.4.1

  • v2024.4.4 2024-04-05

    Added ESC-listener to stop text generation (adamlui/chatgpt-widescreen#46)

  • v2024.4.4 2024-04-05

    Bumped chatgpt.js to 2.6.8

  • v2024.3.5.5 2024-03-06

    Bumped chatgpt.js to 2.6.7

  • v2024.3.5.4 2024-03-05

    Replaced regex in const site init w/ URL API method

    ... to eliminate potential for event loop blockage

Show all script versions