ChatGPT Modalità schermo panoramica 🖥️

Aggiunge le modalità Widescreen + Schermo intero a ChatGPT per una visualizzazione migliorata + riduzione dello scorrimento

queste sono le versioni di questo script in cui il codice è stato aggiornato Visualizza tutte le versioni.

  • v2023.5.13 14/05/2023 Updated message host dir
  • v2023.5.12.2 13/05/2023 Removed unused `receiver` in proxy `get()`
  • v2023.5.12.1 13/05/2023 Implemented remote message fetching, re-formatted meta
  • v2023.5.12 13/05/2023 Implemented userscript auto-disable if extension active
  • v2023.5.11.4 12/05/2023 Added Portuguese meta + messages ↞ [auto-sync from `adamlui/chatgpt-apps`]
  • v2023.5.10.2 11/05/2023 Updated icon
  • v2023.5.10.1 10/05/2023 Corrected Chinese translations
  • v2023.5.10 10/05/2023 Added `fr-CA` case to messages definition
  • v2023.5.9.2 09/05/2023 Updated description meta
  • v2023.5.9.1 09/05/2023 Corrected config key typo
  • v2023.5.9 09/05/2023 Added internationalized messages
  • v2023.5.5 05/05/2023 Condensed comments ↞ [auto-sync from `adamlui/userscripts`]
  • v2023.5.4.1 05/05/2023 Merge pull request #40 from XiaoYingYo/master Fix click mode button bug ↞ [auto-sync from `adamlui/userscripts`]
  • v2023.5.4.1 05/05/2023 Incorporated `await chatgpt.isLoaded()`
  • v2023.5.4 05/05/2023 Updated/re-ordered name/description meta
  • v2023.5.3 03/05/2023 Re-added escape char to regex ↞ [auto-sync from `adamlui/userscripts`]
  • v2023.5.2.1 03/05/2023 ESLint fixes - Removed whitespace before function parentheses - Removed unnecessary semicolons - Removed unnecessary escape chars ↞ [auto-sync from `adamlui/userscripts`]
  • v2023.5.2 03/05/2023 Added Ghost browser compatibility + download/update URL meta
  • v2023.4.26 27/04/2023 Removed ES6 dependency from `loadSetting()`
  • v2023.4.22 22/04/2023 Added `// @noframes` for compatibility w/ new ChatGPT Auto Refresh ↞ [auto-sync from `adamlui/userscripts`]
  • v2023.4.19 19/04/2023 Updated chatgpt.js import src to CDN, re-ordered code ↞ [auto-sync from `adamlui/userscripts`]
  • v2023.04.14 15/04/2023 Imported from URL
  • v2023.04.11 12/04/2023 Imported from URL
  • v2023.04.09.1 09/04/2023 Imported from URL
  • v2023.04.06 07/04/2023 Changed default `vpYoffset` to 23 in `chatgpt.notify()` ↞ [auto-sync from `adamlui/chatgpt-widescreen`]
  • v2023.04.05.1 05/04/2023 Replaced `unsafeWindow` in `chatgpt.notify()` w/ `localStorage` ↞ [auto-sync from `adamlui/chatgpt-widescreen`]
  • v2023.04.05 05/04/2023 Prevent sidebar shrinking in Chromium when zoomed in wide screen ↞ [auto-sync from `adamlui/chatgpt-widescreen`]
  • v2023.04.04.2 04/04/2023 Updated `chatgpt.isDarkMode()` ↞ [auto-sync from `adamlui/chatgpt-widescreen`]
  • v2023.04.04.1 04/04/2023 Moved name meta to top, added shadows to light mode notifications ↞ [auto-sync from `adamlui/chatgpt-widescreen`]
  • v2023.04.04 04/04/2023 Added `mouseout` event listener to `wideScreenButton`... - Removed nested indents for ternary's ↞ [auto-sync from `adamlui/chatgpt-widescreen`]
  • v2023.04.02 02/04/2023 Updated `chatgpt.notify()` to latest version ↞ [auto-sync from `adamlui/chatgpt-userscripts`]
  • v2023.03.29.2 30/03/2023 Updated French/Italian meta
  • v2023.03.29.1 30/03/2023 Added non-English meta, updated homepage/support URL meta
  • v2023.03.29 29/03/2023 Changed menu order
  • v2023.03.28.3 28/03/2023 Added `if (!config.notifHidden)` to Fuller Windows notification
  • v2023.03.28.2 28/03/2023 Added notifications to menu toggles
  • v2023.03.28.1 28/03/2023 Utilized `vpXoffset` for horizontal positioning of notifications
  • v2023.03.28 28/03/2023 Added cross-script position tracking for notifications
  • v2023.03.27.3 28/03/2023 Updated `chatgpt.notify()` repositioning logic
  • v2023.03.27.2 28/03/2023 Removed ES6 dependencies from `chatgpt.notify()`
  • v2023.03.27.1 28/03/2023 Removed whitespace
  • v2023.03.27 28/03/2023 Added freegpt.one support, refactored functions
  • v2023.03.23 24/03/2023 Add CHATGPT Match
  • v2023.03.23 23/03/2023 Updated version
  • v2023-3-23 23/03/2023 Solve the bug that the width coverage is too large to block the button
  • v2023.03.22 23/03/2023 Solve the bug that the width coverage is too large to block the button
  • v2023.03.22 22/03/2023 Updated `notify()` to remove hidden notifications (#27)
  • v2023.03.18 18/03/2023 Hard-disabled tooltip when Send changes to Loading button
  • v2023.03.17 17/03/2023 Added removal of tooltip from send button when response is typing ...by removing reliance on anonymous function in click listeners via updating `toggleTooltip()` to take `event` parameter to allow `removeEventListener` to work
  • v2023.03.15.1 16/03/2023 Replaced `aeLabel` w/ `fwLabel` for clarity

Mostra tutte le versioni dello script