ChatGPT Режим широкоформатного экрана 🖥️

Добавляет режимы Widescreen + Fullscreen в ChatGPT для улучшенного просмотра + сокращенной прокрутки

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • 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

  • v2024.3.5.3 05.03.2024

    Added hyphens to script name regex in config.updateURL

  • v2024.3.5.2 05.03.2024

    Further reduced potential for backtracking in config.updateURL regex

  • v2024.3.5.1 05.03.2024

    Improved regex

    ± Eliminated potential for exponential/polynomial backracking in msgHref.replace regex by increasing specificity in capturing groups

    • Removed unnecessary escape char from config.updateURL regex
  • v2024.3.5 05.03.2024

    Increased specificity in regex group to eliminate potential for polynomial backtracking

  • v2024.3.3 03.03.2024

    Converted regex group to non-capturing for improved performance

  • v2024.3.1 01.03.2024

    Bumped chatgpt.js to 2.6.6

  • v2024.2.26 26.02.2024

    Removed unicode from meta

  • v2024.2.23 23.02.2024

    Bumped chatgpt.js to 2.6.5

  • v2024.2.21 21.02.2024

    Alphabetized args in loadSetting() call for readability

  • v2024.2.17 17.02.2024

    Added SRI hash to chatgpt.js

  • v2024.1.28.1 28.01.2024

    Replaced chatgpt.js import URL w/ npm one

  • v2024.1.28 28.01.2024

    Bumped chatgpt.js to 2.6.4

  • v2024.1.9 09.01.2024

    Updated copyright years ↞ [auto-sync from adamlui/chatgpt-apps]

  • v2024.1.8 08.01.2024

    Merged Send elem inits

  • v2024.1.5 05.01.2024

    Shortened icon meta URLs

  • v2023.12.23 23.12.2023

    Bumped chatgpt.js to 2.6.3

  • v2023.12.11.1 11.12.2023

    Refactored updateTooltip() for readability

    ± Renamed overlayWidth to spreadFactor

    • Removed line breaks
    • Added indents
  • v2023.12.11 11.12.2023

    Shortened toggleTooltip()

  • v2023.12.10 10.12.2023

    Replaced all .appendChild()'s w/ .append()'s to shorten codebase

  • v2023.12.8.6 09.12.2023

    Declared global vars for ESLint

  • v2023.12.8.5 09.12.2023

    Shortened button var names

  • v2023.12.8.4 09.12.2023

    Refactored insertBtns()

    ± Re-ordered const inits

    • Added else to Poe condition ± Shortened insertion for-loop
  • v2023.12.8.3 08.12.2023

    Shortened insertBtns()

  • v2023.12.8.2 08.12.2023

    Added chatbarSelector

  • v2023.12.8.1 08.12.2023

    Replaced isDarkMode() w/ chatgpt.isDarkMode()

  • v2023.12.8 08.12.2023

    Removed chat.aivvm.com support

  • v2023.12.3.1 04.12.2023

    Bumped chatgpt.js to 2.6.1

Показать все версии скрипта