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.9.28.1 2024-09-28

    Condensed notify() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.28 2024-09-28

    Bumped dom.js ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.26.3 2024-09-27

    Replaced document.create + attr assignments w/ shorter dom.create methods ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.26.2 2024-09-27

    Bumped dom.js ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.26.1 2024-09-27

    Alphabetized app.urls for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.26 2024-09-26

    Removed unused app.settings.helptip prop population ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.25.5 2024-09-25

    Bumped chatgpt.js to 3.3.2 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.25.4 2024-09-25

    Condensed sidebarObserver init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.25.3 2024-09-25

    Replaced poe.com selectors w/ new sites.json props ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.25.2 2024-09-25

    Refactored chatbar.tweak() def/call to align w/ Chromium code for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.25.1 2024-09-25

    Fixed buttons didn't insert in new chatbar when querying from perplexity.ai homepage chatbar ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.25 2024-09-25

    Bumped dom.js ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.16 2024-09-25

    Reduced indirection in obj key refs for improved clarity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.15 2024-09-25

    Replaced chatbar.isLoaded() w/ dom.elemIsLoaded(), removed unneeded 2nd call ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24.14 2024-09-25

    Expanded commit hash in dom.js JSD URL to trigger GF CDN whitelisting ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.12 2024-09-24

    Added line break for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24.11 2024-09-24

    Added unneeded optional chaining to btns.wideScreen in btns.updateColor() to align w/ Chromium code for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.10 2024-09-24

    Removed no-longer needed style to prevent chatgpt.com sidebar shrinking when zoomed ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.9 2024-09-24

    Abstracted elemIsLoaded() to shorten chatgpt.hasSidebar init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.8 2024-09-24

    Abstracted btns.types for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24.7 2024-09-24

    Abstracted btns.create() + refactored methods to align w/ Chromium extension for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.6 2024-09-24

    Replaced selectors in chatgpt.hasSidebar init w/ sites props ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.24.5 2024-09-24

    Removed no-longer needed style to fight OpenAI double Temp Chat header bug ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.24.4 2024-09-24

    Added modal styles to support perplexity.ai/poe.com ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24.3 2024-09-24

    Limited document.exitFullscreen() in deactivateMode('fullScreen') to when config.f11 is false for clarity + cleaner console ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.24.2 2024-09-24

    Fixed chatgpt.com button colors stopped live updating w/ Temp Chat toggle ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.24.1 2024-09-24

    Removed padding around simple expressions in template literals for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24 2024-09-24

    Simplified handling post-localizedMsgs init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.9 2024-09-24

    Removed duplicate text from F11-key-used alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.8 2024-09-24

    Renamed sync.configUI() to sync.storageToUI() for improved clarity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.23.8 2024-09-23

    Removed destructuring from init settings.load() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.23.7 2024-09-23

    Improved settings.load() to accept arrays for flexibility ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.6 2024-09-23

    Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.23.5 2024-09-23

    Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.4 2024-09-23

    Fixed chatgpt.com chatbar inner width not flush w/ buttons when toggling modes during response generation ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.3 2024-09-23

    Made Mode Notifications toggle notifs always show ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.2 2024-09-23

    Renamed sync.config() + syncConfig() to sync.configUI() + syncConfigUI() to clarify synced config is applied to UI ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.23.1 2024-09-23

    Moved config.notifDisabled check inside notify() to simplify calls ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.23 2024-09-23

    Increased chatgpt.com tooltip spread factor +0.05 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.22.14 2024-09-22

    Updated localized msg handling to merge w/ instead of replace app.msgs ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.22.13 2024-09-22

    Refactored opacity assignments to use num vals for simplicity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.22.12 2024-09-22

    Fixed perplexity.ai homepage tooltip y-pos changed w/ viewport height ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.22.11 2024-09-22

    Changed chatgpt.com Full-Window toggle to not use fullWinStyle to avoid new flicker from sidebar animation vs. insta-style ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.22.10 2024-09-22

    Rid h-scrollbar appearance on chatgpt.com Full-Window toggles ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.22.9 2024-09-22

    Fixed Full-Window didn't auto-toggle on Poe load + perplexity.ai button didn't exit it ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.22.8 2024-09-22

    Fixed chatgpt.com chatbar inner width off if toggling Full-Window to/from active Wider Chatbox ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.22.7 2024-09-22

    Moved chatgpt.com chatbar.tweak() from update.style.chatbar() to sync.config() + sync.mode() for more logical flow ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.22.6 2024-09-22

    Created chatbarStyle + update.style.chatbar() for improved structure ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.22.5 2024-09-22

    Made sync.fullerWin() paramless for simplicity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.22.4 2024-09-22

    Renamed menu.state.<symbol|word> to .<symbols|words> for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

Show all script versions