ChatGPT 와이드 스크린 모드 🖥️

ChatGPT에 와이드스크린 + 전체화면 모드를 추가하여 개선된 화면 표시 + 스크롤 감소

코드가 바뀐 버전들입니다. 모든 버전 보기

  • v2024.8.29.11 2024-08-29

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

  • v2024.8.29.10 2024-08-29

    Added sendBtnIsLoaded() to directly handle styling in main routine

  • v2024.8.29.9 2024-08-29

    Removed no-longer needed sendSVGclasses, initted sendBtnClasses as array for clarity

  • v2024.8.29.8 2024-08-29

    Improved class collection/assignment to handle dynamic button load

  • v2024.8.29.7 2024-08-29

    Consolidated chatbar init in insertBtns to correctly cover Poe

  • v2024.8.29.6 2024-08-29

    Added missing brace

  • v2024.8.29.4 2024-08-29

    Removed error return log from insertBtns() for cleaner console since observer re-triggers when chatbar finally shows

  • v2024.8.29.3 2024-08-29

    Fixed chatbar init in insertBtns() to select outer container for chatgpt.com

  • v2024.8.29.2 2024-08-29

    Updated inputSelector for chatgpt.com

  • v2024.8.29.1 2024-08-29

    Refactored chatbar init in insertBtns() to utilize inputSelector + return if not found

  • v2024.8.29 2024-08-29

    Changed sendBtn init to rely on chatgpt.getSendBtn()

  • v2024.8.28 2024-08-28

    Bumped chatgpt.js to 3.0.3

    Fixes adamlui/chatgpt-apps#75 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.8.21.1 2024-08-21

    Added space after 🚀 in update alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.8.21 2024-08-21

    Removed config.appSymbol from siteAlert(title) ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.8.12 2024-08-13

    Shortened Review button label in About modal ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.8.8 2024-08-08

    Updated button label msg key names ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.8.7 2024-08-07

    Eliminated unnecessary reliance on GM_openInTab ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.7.25 2024-07-25

    Added glow to state word in notifs ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.7.24 2024-07-25

    Added hover-zoom to modal buttons ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.7.19.5 2024-07-19

    Removed defunct Futurepedia link from Review modal ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.7.19.4 2024-07-19

    Updated chatbar padding ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.7.19.3 2024-07-19

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

  • v2024.7.19.2 2024-07-19

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

  • v2024.7.19.1 2024-07-19

    Reduced tooltip spreadFactor -0.5px

  • v2024.7.19 2024-07-19

    Updated button/tooltip pos since isGPT4oUI stopped working

  • v2024.7.17 2024-07-17

    Bumped config.latestAssetCommitHash

  • v2024.7.6 2024-07-06

    Styled state words in notifications ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.7.2 2024-07-02

    Added white border to dark scheme chatgpt.alert()s ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.7.1 2024-07-02

    Shortened 0px vals in CSS length props ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.27.1 2024-06-28

    Added OrangeMonkey + OrangeMonkey Pro support ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.27 2024-06-27

    Abstracted config.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.24 2024-06-24

    Replaced .addEventListener()s w/ .on<event>s against best practices since it shortens codebase + widens browser compatibility ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.20 2024-06-20

    Added // @contributionURL ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.18 2024-06-19

    Renamed state to menuState for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.17 2024-06-17

    Changed all document.querySelector()s of IDs to use .getElementById for improved efficiency ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.16.1 2024-06-17

    Corrected region-stripping regex in msgs getter ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.16 2024-06-16

    Escaped backslashes in CSS class list conversion to prevent injection attacks

  • v2024.6.15.3 2024-06-15

    Bumped commit hash in config.assetHostURL

  • v2024.6.15.2 2024-06-15

    Removed test log

  • v2024.6.15.1 2024-06-15

    Enclosed footerSelector init in try/catch to avoid chatgpt.js uncaught err

  • v2024.6.15 2024-06-15

    Inserted missing comma

  • v2024.6.14 2024-06-15

    Added Auto-Focus Chatbar option (adamlui/chatgpt-widescreen#61)

  • v2024.6.9.2 2024-06-09

    Limited scheme/temp chat trigger in nodeObserver to chatgpt.com

  • v2024.6.9.1 2024-06-09

    Re-aligned chatbar buttons/tooltips pre-GPT4-o UI

  • v2024.6.9 2024-06-09

    Reduced gap preceding 'View changes' link in Update Available alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.8.1 2024-06-08

    Renamed alert() to siteAlert() to avoid potential namespace conflicts ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.6.8 2024-06-08

    Renamed modal ID var names for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.6.6 2024-06-08

    Merge pull request #82 from eltociear/patch-1

    chore: update chatgpt-widescreen-mode.user.js ↞ [auto-sync from adamlui/userscripts]

  • v2024.6.6.6 2024-06-06

    Updated chatbar textarea right-buffer for chatgpt.com

  • v2024.6.6.5 2024-06-06

    Reduced gaps between buttons in non-GPT4o UI

모든 스크립트 버전 보기