ChatGPT ფანტსარიშის რეჟიმი 🖥️

დაამატებს Widescreen + Fullscreen რეჟიმებს ChatGPT-ში გაუმჯობესებული ნახვა + გამოკლებული გადადების მიზნით

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

  • v2023.6.22 23.06.2023

    Merge branch 'main' of https://github.com/adamlui/chatgpt-widescreen

  • v2023.6.20.5 21.06.2023

    Added config.notifHidden check to Full Window auto-toggle

  • v2023.6.20.4 21.06.2023

    Separated toggle/sync functions

  • v2023.6.20.3 21.06.2023

    Added live Fuller Windows sync

  • v2023.6.20.2 21.06.2023

    Refactored code

    ± Replaced var with const and let ± Converted callbacks into arrow functions ± Shortened checkForUpdates()

  • v2023.6.20.1 21.06.2023

    Added full-window notification on auto-toggle...

    ± Moved appSymbol into config ± Added delay to sidebar observer

  • v2023.6.20 20.06.2023

    Added widescreen style to homepage

    ...for better visual detection of mode state

  • v2023.6.19 19.06.2023

    Added auto-reload on auto-update ↞ [auto-sync from adamlui/userscripts]

  • v2023.6.17 18.06.2023

    Moved reset of skipNextUpdate to before auto-alert

  • v2023.6.16.1 16.06.2023 Removed Send button tooltip
  • v2023.6.16 16.06.2023 Combined button creation routines, removed semicolons
  • v2023.6.15.1 15.06.2023 Bumped chatgpt.js to 1.10.1
  • v2023.6.15 15.06.2023 Eliminated reliance on insecure innerHTML method... ± Bumped chatgpt.js to 1.10.0
  • v2023.6.13.9 14.06.2023 Added ID return to `alert()`
  • v2023.6.13.8 14.06.2023 Moved optional `notify()` args to definition, added args to `alert()`
  • v2023.6.13.7 13.06.2023 Added `alert()` + `notify()`, replaced Chrome messages
  • v2023.6.13.6 13.06.2023 Reformatted update alert
  • v2023.6.13.5 13.06.2023 Added `updateTweaksStyle()`
  • v2023.6.13.4 13.06.2023 Added `config.modeSynced` to prevent `syncMode(fullWindow)` repetition
  • v2023.6.13.3 13.06.2023 Added indent to `toggleMode()` to satisfy picky ESLint
  • v2023.6.13.2 13.06.2023 Split `toggleMode()` into `activateMode()` + `deactivateMode()`
  • v2023.6.13.1 13.06.2023 Converted widescreen `state` in `syncMode()` to boolean
  • v2023.6.13 13.06.2023 Anchored tooltips to bottom of chatbox
  • v2023.6.11.1 11.06.2023 Removed unused args from sidebar observer
  • v2023.6.11 11.06.2023 Restored unanimated full-window mode... ± Replaced `syncFullScreen()` w/ `syncMode()` (and added remaining modes to it) + Added sidebar observer to sync full-window ± Moved fuller window logic to `syncMode()`
  • v2023.6.10 11.06.2023 Replaced `fetch` method w/ `gm` one in `checkForUpdates()`... ...to futureproof vs. OpenAI CORS ± Moved 'view changes' link to new line & removed positioning
  • v2023.6.9.4 09.06.2023 Bumped chatgpt.js to 1.9.1
  • v2023.6.9.3 09.06.2023 Updated commit history link
  • v2023.6.9.2 09.06.2023 Added auto-alert condition to skipping hidden alerts
  • v2023.6.9.1 09.06.2023 Moved alert to no update found earlier in promise chain
  • v2023.6.9 09.06.2023 Changed update alert to show latest ver
  • v2023.6.8.8 08.06.2023 Bumped chatgpt.js to 1.9.0, replaced `isFullScreen()` w/ `chatgpt.isFullScreen()`
  • v2023.6.8.7 08.06.2023 Added ability to toggle taller chatbox, refactored notifications... ...by replacing string literal concatenations w/ template literals
  • v2023.6.8.6 08.06.2023 Shortened `isFullScreen()`
  • v2023.6.8.5 08.06.2023 Re-ordered code
  • v2023.6.8.4 08.06.2023 Updated homepage/support URL meta
  • v2023.6.8.3 08.06.2023 Updated description/author meta
  • v2023.6.8.2 08.06.2023 Re-added download/update URL meta, added up-to-date alert, updated F11 alert
  • v2023.6.8.1 08.06.2023 Updated update-check menu label
  • v2023.6.8 08.06.2023 Added update-checking, renamed `menuID`, replaced F11 msg's w/ external ones
  • v2023.6.7.4 07.06.2023 Imported from URL
  • v2023.6.7.3 07.06.2023 Auto-sync test A
  • v2023.6.7.3 07.06.2023 Optimized full screen listeners
  • v2023.6.7.3 07.06.2023 Imported from URL
  • v2023.6.7.2 07.06.2023 Removed newly obsolete `sidepadClasses`, updated `syncFullScreen()`
  • v2023.6.7.1 07.06.2023 Condensed code, updated comments
  • v2023.6.7 07.06.2023 Added fullscreen mode, revamped full-window mode... ...to use OpenAI's native method ± Added app symbol to notifications ± Shortened button function names ± Re-ordered functions
  • v2023.6.5 06.06.2023 Vertically condensed code
  • v2023.6.3 03.06.2023 Bumped chatgpt.js to 1.8.0
  • v2023.6.2 03.06.2023 Bumped chatgpt.js to 1.7.6 ...to properly detect history mode for color assignment & hiding spam div

Show all script versions