ChatGPT Modo de pantalla panorámica 🖥️

Agrega modos de pantalla panorámica + pantalla completa a ChatGPT para una visualización mejorada + desplazamiento reducido

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

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

Ver todas las versiones del script.