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

Додаје Widescreen + Fullscreen режиме у ЧатГПТ за унапређен приказ + смањено листање

These are all versions of this script. Show only the versions where the code changed.

  • v2024.9.29 29/09/2024

    Appended ', author' to Donation modal sign-off ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.28.3 29/09/2024

    Added donation menu entry/modal ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.28.2 29/09/2024

    Moved menu.refresh() from menu.register() to sync.storageToUI() for more logical flow ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.28.1 28/09/2024

    Condensed notify() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.28 28/09/2024

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

  • v2024.9.26.3 27/09/2024

    Replaced document.create + attr assignments w/ shorter dom.create methods ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.26.2 27/09/2024

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

  • v2024.9.26.1 27/09/2024

    Alphabetized app.urls for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.26 26/09/2024

    Removed unused app.settings.helptip prop population ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.25.5 25/09/2024

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

  • v2024.9.25.4 25/09/2024

    Condensed sidebarObserver init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.25.3 25/09/2024

    Replaced poe.com selectors w/ new sites.json props ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.25.2 25/09/2024

    Refactored chatbar.tweak() def/call to align w/ Chromium code for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.25.1 25/09/2024

    Fixed buttons didn't insert in new chatbar when querying from perplexity.ai homepage chatbar ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.25 25/09/2024

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

  • v2024.9.24.16 25/09/2024

    Reduced indirection in obj key refs for improved clarity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.15 25/09/2024

    Replaced chatbar.isLoaded() w/ dom.elemIsLoaded(), removed unneeded 2nd call ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24.14 25/09/2024

    Expanded commit hash in dom.js JSD URL to trigger GF CDN whitelisting ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.12 24/09/2024

    Added line break for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24.11 24/09/2024

    Added unneeded optional chaining to btns.wideScreen in btns.updateColor() to align w/ Chromium code for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.10 24/09/2024

    Removed no-longer needed style to prevent chatgpt.com sidebar shrinking when zoomed ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.9 24/09/2024

    Abstracted elemIsLoaded() to shorten sites.chatgpt.hasSidebar init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.24.9 24/09/2024

    Abstracted elemIsLoaded() to shorten chatgpt.hasSidebar init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.8 24/09/2024

    Abstracted btns.types for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24.7 24/09/2024

    Abstracted btns.create() + refactored methods to align w/ Chromium extension for easier maintenance ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.24.6 24/09/2024

    Replaced selectors in chatgpt.hasSidebar init w/ sites props ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.24.5 24/09/2024

    Removed no-longer needed style to fight OpenAI double Temp Chat header bug ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.24.4 24/09/2024

    Added modal styles to support perplexity.ai/poe.com ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24.3 24/09/2024

    Limited document.exitFullscreen() in deactivateMode('fullScreen') to when config.f11 is false for clarity + cleaner console ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.24.2 24/09/2024

    Fixed chatgpt.com button colors stopped live updating w/ Temp Chat toggle ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.24.1 24/09/2024

    Removed padding around simple expressions in template literals for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.24 24/09/2024

    Simplified handling post-localizedMsgs init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.9 24/09/2024

    Removed duplicate text from F11-key-used alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.8 24/09/2024

    Renamed sync.configUI() to sync.storageToUI() for improved clarity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.23.8 23/09/2024

    Removed destructuring from init settings.load() for simplicity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.23.7 23/09/2024

    Improved settings.load() to accept arrays for flexibility ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.6 23/09/2024

    Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.23.5 23/09/2024

    Bumped app.latestAssetCommitHash ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.4 23/09/2024

    Fixed chatgpt.com chatbar inner width not flush w/ buttons when toggling modes during response generation ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.3 23/09/2024

    Made Mode Notifications toggle notifs always show ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.23.2 23/09/2024

    Renamed sync.config() + syncConfig() to sync.configUI() + syncConfigUI() to clarify synced config is applied to UI ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.23.1 23/09/2024

    Moved config.notifDisabled check inside notify() to simplify calls ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.23 23/09/2024

    Increased chatgpt.com tooltip spread factor +0.05 ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.9.22.14 22/09/2024

    Updated localized msg handling to merge w/ instead of replace app.msgs ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.9.22.13 22/09/2024

    Refactored opacity assignments to use num vals for simplicity ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.22.12 22/09/2024

    Fixed perplexity.ai homepage tooltip y-pos changed w/ viewport height ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.22.11 22/09/2024

    Changed chatgpt.com Full-Window toggle to not use fullWinStyle to avoid new flicker from sidebar animation vs. insta-style ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.22.10 22/09/2024

    Rid h-scrollbar appearance on chatgpt.com Full-Window toggles ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.9.22.9 22/09/2024

    Fixed Full-Window didn't auto-toggle on Poe load + perplexity.ai button didn't exit it ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/opera]

  • v2024.9.22.8 22/09/2024

    Fixed chatgpt.com chatbar inner width off if toggling Full-Window to/from active Wider Chatbox ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

Show all script versions