Greasy Fork is available in English.

ChatGPT Način širokog zaslona 🖥️

Dodaje Widescreen + Fullscreen načine na ChatGPT za poboljšani prikaz + smanjenje klizanja

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

  • v2024.5.23.3 23.05.2024.

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

  • v2024.5.23.1 23.05.2024.

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

  • v2024.5.23 23.05.2024.

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

  • v2024.5.20.3 20.05.2024.

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

  • v2024.5.20.2 20.05.2024.

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

  • v2024.5.20.1 20.05.2024.

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

  • v2024.5.20 20.05.2024.

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

  • v2024.5.17.6 18.05.2024.

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

  • v2024.5.17.5 18.05.2024.

    Removed unused mutations arg from main observer

  • v2024.5.17.4 18.05.2024.

    Updated main observer to monitor <main>

  • v2024.5.17.3 18.05.2024.

    Updated chatbar child selector for post-GPT4o UI

  • v2024.5.17.2 18.05.2024.

    Appended commit hashes to icon meta URLs to preserve assets

  • v2024.5.17.1 18.05.2024.

    Bumped chatgpt.js to 2.9.2

  • v2024.5.17 17.05.2024.

    Added sidebarIsLoaded() to let Chromium extension flag inject first

  • v2024.5.16.4 16.05.2024.

    Updated latest asset commit hash in config.asssetHostURL

  • v2024.5.16.3 16.05.2024.

    Updated homepage/support URLs

  • v2024.5.16.2 16.05.2024.

    Shrank full-window button

  • v2024.5.16.1 16.05.2024.

    Restricted Wider Chatbox mode to Poe

  • v2024.5.16 16.05.2024.

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

  • v2024.5.14 16.05.2024.

    Bumped chatgpt.js to 2.8.0

  • v2024.5.14 14.05.2024.

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

  • v2024.5.11 11.05.2024.

    Bumped chatgpt.js to 2.7.1

  • v2024.5.10.5 11.05.2024.

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

  • v2024.5.10.4 10.05.2024.

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

  • v2024.5.10.3 10.05.2024.

    Shortened updateBtnSVG cmd in schemeObserver

  • v2024.5.10.2 10.05.2024.

    Loosened comparison operators for smaller filesize

  • v2024.5.10.1 10.05.2024.

    Shortened buttonColor to btnColor

  • v2024.5.10 10.05.2024.

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

  • v2024.5.9 09.05.2024.

    Bumped chatgpt.js to 2.7.0

  • v2024.5.8 08.05.2024.

    Added doc URL as header comment

  • v2024.5.7.6 08.05.2024.

    Updated selector/style for Poe in wcbStyle

  • v2024.5.7.5 08.05.2024.

    Updated Poe styles in wideScreenStyle

  • v2024.5.7.4 08.05.2024.

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

  • v2024.5.7.3 08.05.2024.

    Made ternarys in UI elem selection routine more readable

  • v2024.5.7.2 08.05.2024.

    Shortened isFullWindow()

  • v2024.5.7.1 08.05.2024.

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

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

  • v2024.5.7 07.05.2024.

    Bumped chatgpt.js to 2.6.10

  • v2024.5.3 04.05.2024.

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

  • v2024.5.3 04.05.2024.

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

  • v2024.5.1.2 01.05.2024.

    Bumped chatgpt.js to 2.6.9

  • v2024.5.1.1 01.05.2024.

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

  • v2024.5.1 01.05.2024.

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

  • v2024.4.27.1 28.04.2024.

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

  • v2024.4.27 28.04.2024.

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

    • Shortened const messages to msgs
  • v2024.4.5 05.04.2024.

    Merge key listeners

  • v2024.4.4.1 05.04.2024.

    Bumped version to 2024.4.4.1

  • v2024.4.4 05.04.2024.

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

  • v2024.4.4 05.04.2024.

    Bumped chatgpt.js to 2.6.8

  • v2024.3.5.5 06.03.2024.

    Bumped chatgpt.js to 2.6.7

  • v2024.3.5.4 05.03.2024.

    Replaced regex in const site init w/ URL API method

    ... to eliminate potential for event loop blockage

Show all script versions