Greasy Fork is available in English.

ChatGPT Modo Tela Larga 🖥️

Adiciona modos Widescreen + Tela cheia ao ChatGPT para visualização aprimorada + rolagem reduzida

Estas são as versões deste script em que houve atualização do código. Mostar todas versões.

  • v2024.6.27.1 28/06/2024

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

  • v2024.6.27 27/06/2024

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

  • v2024.6.24 24/06/2024

    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 20/06/2024

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

  • v2024.6.18 19/06/2024

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

  • v2024.6.17 17/06/2024

    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 17/06/2024

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

  • v2024.6.16 16/06/2024

    Escaped backslashes in CSS class list conversion to prevent injection attacks

  • v2024.6.15.3 15/06/2024

    Bumped commit hash in config.assetHostURL

  • v2024.6.15.2 15/06/2024

    Removed test log

  • v2024.6.15.1 15/06/2024

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

  • v2024.6.15 15/06/2024

    Inserted missing comma

  • v2024.6.14 15/06/2024

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

  • v2024.6.9.2 09/06/2024

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

  • v2024.6.9.1 09/06/2024

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

  • v2024.6.9 09/06/2024

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

  • v2024.6.8.1 08/06/2024

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

  • v2024.6.8 08/06/2024

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

  • v2024.6.6.6 08/06/2024

    Merge pull request #82 from eltociear/patch-1

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

  • v2024.6.6.6 06/06/2024

    Updated chatbar textarea right-buffer for chatgpt.com

  • v2024.6.6.5 06/06/2024

    Reduced gaps between buttons in non-GPT4o UI

  • v2024.6.6.4 06/06/2024

    Tightened chatgpt.com button spacing ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/edge]

  • v2024.6.6.3 06/06/2024

    Abstracted refreshMenu() ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.6.2 06/06/2024

    Shortened footerSelector logic

  • v2024.6.6.1 06/06/2024

    Updated footerSelector for chatgpt.com

  • v2024.6.6 06/06/2024

    Updated button positioning

  • v2024.6.3.3 03/06/2024

    Reverted condesning of int'l msg load request since recursively called ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.3.2 03/06/2024

    Condensed int'l msg load request ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.3.1 03/06/2024

    Reversed order of state.symbol + state.word entries + ref logic for more intuitive usage ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.6.3 03/06/2024

    Replaced '>>' w/ '»' in console logs ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.6.2 03/06/2024

    Increased opacity of tooltips

  • v2024.6.1 02/06/2024

    Increased transparency of tooltips

  • v2024.5.31.5 31/05/2024

    Removed gap between 'v' & latestVer in update alert ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.5.31.4 31/05/2024

    Moved 'View changes' link in update alert closer to msg ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.5.31.3 31/05/2024

    Enlarged chatbar btns in post-GPT-4o UI

  • v2024.5.31.2 31/05/2024

    Added drop shadows to button tooltips

  • v2024.5.31.1 31/05/2024

    Enlarged tooltip font size

  • v2024.5.31 31/05/2024

    Added slight dim on chatbar button hovers

  • v2024.5.28.3 28/05/2024

    Centered Poe button tooltips

  • v2024.5.28.2 28/05/2024

    Updated Poe chatbar btns pos

  • v2024.5.28.1 28/05/2024

    Updated chatgpt.com chatbar text area padding

  • v2024.5.28 28/05/2024

    Disabled chatbar btn hover dim on chatgpt.com

  • v2024.5.27.1 28/05/2024

    Reverted localizing msgs only for non-English sys lang to support dynamic refs in funcs

  • v2024.5.27 28/05/2024

    Shrank buttons + removed no longer needed overlay repos

  • v2024.5.24 24/05/2024

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

  • v2024.5.23.6 24/05/2024

    Limited localized msg load to non-English sys langs ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.5.23.5 24/05/2024

    Partially uppercased top-level comments for readability ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/chrome]

  • v2024.5.23.4 24/05/2024

    Condensed extension check routine ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.5.23.3 23/05/2024

    Corrected symbol in config.userLanguage init ↞ [auto-sync from adamlui/chatgpt-apps/chatgpt-widescreen/greasemonkey]

  • v2024.5.23.1 23/05/2024

    Replaced unreliable chatgpt.sidebar.isLoaded() method for checking extension flag w/ Promise.race()

Mostrar todas as versões do script