ChatGPT ワイドスクリーンモード 🖥️

ChatGPTの表示を向上するために、ワイドスクリーン+フルスクリーンモードを追加します

コードが変更されたバージョンのみを表示しています。 すべてのバージョンを表示

  • v2023.7.11 2023/07/11

    Bumped chatgpt.js to 1.12.0

  • v2023.7.9.1 2023/07/10

    Replaced tab w/ spaces, removed newline

  • v2023.7.9 2023/07/10

    Changed configPrefix, moved into config

  • v2023.7.6.3 2023/07/06

    Converted tabs to spaces

  • v2023.7.6.2 2023/07/06

    Changed you.sidebar logging

  • v2023.7.6.1 2023/07/06

    Added You.com support, condensed + moved function defs up

  • v2023.7.6 2023/07/06

    Optimized for improved performance on Poe

    • Removed collection of unused classes ± Contained paginator repositioning in updateTweaksStyle() to OpenAI
  • v2023.7.5 2023/07/06

    Added taller chatbox option to Poe + removed button accomodation

  • v2023.7.4 2023/07/05

    Bumped chatgpt.js to 1.11.0

  • v2023.7.2 2023/07/03

    Bumped chatgpt.js to 1.10.6

  • v2023.6.30 2023/06/30

    Bumped chatgpt.js to 1.10.5

  • v2023.6.29 2023/06/29

    Bumped chatgpt.js to 1.10.4

  • v2023.6.26.2 2023/06/26

    Converted tabs to spaces, removed unused classListToCSS()

  • v2023.6.26.1 2023/06/26

    (#12) Added Poe support, refactored code

    ± Separate config per site ± Converted main/side elemeent classes to CSS selectors ± Re-ordered routines

    • Removed braces
  • v2023.6.26 2023/06/26

    Bumped chatgpt.js to 1.10.3 to fix FWM detection in FF/VM

  • v2023.6.24.1 2023/06/24

    Changed update check frequency to weekly

  • v2023.6.24 2023/06/24

    Bumped chatgpt.js, improved update checker, refactored code

    ± Replaced config.ghHostDir w/ config.assetHostURL

    • Condensed message getter+ ± Replaced window.open() in Update button function w/ GM_openInTab() for onClose callback ± Added config.ghRepoURL & config.updateURL to View Changes link construction ± Re-ordered function defs
  • v2023.6.23.2 2023/06/23

    Updated name meta, added/updated description meta

  • v2023.6.23 2023/06/23

    Condensed code

  • v2023.6.22.2 2023/06/23

    Added config.updateURL for cross-manager compatibility...

    ± Re-ordered meta

  • v2023.6.22.1 2023/06/23

    Moved menuIDs init back into registerMenu()

  • v2023.6.22 2023/06/23

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

  • v2023.6.20.5 2023/06/21

    Added config.notifHidden check to Full Window auto-toggle

  • v2023.6.20.4 2023/06/21

    Separated toggle/sync functions

  • v2023.6.20.3 2023/06/21

    Added live Fuller Windows sync

  • v2023.6.20.2 2023/06/21

    Refactored code

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

  • v2023.6.20.1 2023/06/21

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

    ± Moved appSymbol into config ± Added delay to sidebar observer

  • v2023.6.20 2023/06/20

    Added widescreen style to homepage

    ...for better visual detection of mode state

  • v2023.6.19 2023/06/19

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

  • v2023.6.17 2023/06/18

    Moved reset of skipNextUpdate to before auto-alert

  • v2023.6.16.1 2023/06/16 Removed Send button tooltip
  • v2023.6.16 2023/06/16 Combined button creation routines, removed semicolons
  • v2023.6.15.1 2023/06/15 Bumped chatgpt.js to 1.10.1
  • v2023.6.15 2023/06/15 Eliminated reliance on insecure innerHTML method... ± Bumped chatgpt.js to 1.10.0
  • v2023.6.13.9 2023/06/14 Added ID return to `alert()`
  • v2023.6.13.8 2023/06/14 Moved optional `notify()` args to definition, added args to `alert()`
  • v2023.6.13.7 2023/06/13 Added `alert()` + `notify()`, replaced Chrome messages
  • v2023.6.13.6 2023/06/13 Reformatted update alert
  • v2023.6.13.5 2023/06/13 Added `updateTweaksStyle()`
  • v2023.6.13.4 2023/06/13 Added `config.modeSynced` to prevent `syncMode(fullWindow)` repetition
  • v2023.6.13.3 2023/06/13 Added indent to `toggleMode()` to satisfy picky ESLint
  • v2023.6.13.2 2023/06/13 Split `toggleMode()` into `activateMode()` + `deactivateMode()`
  • v2023.6.13.1 2023/06/13 Converted widescreen `state` in `syncMode()` to boolean
  • v2023.6.13 2023/06/13 Anchored tooltips to bottom of chatbox
  • v2023.6.11.1 2023/06/11 Removed unused args from sidebar observer
  • v2023.6.11 2023/06/11 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 2023/06/11 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 2023/06/09 Bumped chatgpt.js to 1.9.1
  • v2023.6.9.3 2023/06/09 Updated commit history link
  • v2023.6.9.2 2023/06/09 Added auto-alert condition to skipping hidden alerts

スクリプトのすべてのバージョンを表示