ChatGPT Zero

Enhancements for ChatGPT

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

  • v0.54 22/7/2025

    feat(streamer): hide profile button in streamer mode and reorder init calls

    • Added CSS rule to suppress profile info badge/menu (accounts-profile-button) when streamer mode is active
    • Moved updateStreamerModeStyles() call before injectSettingsMenu() for consistent initial styling
  • v0.53 17/7/2025

    refactor(settings): decouple cog creation from settings menu creation

    • Split createSettingsMenu() to return only the settings menu div
    • Add createSettingsCog(menu) to create the cog button and link the menu
    • Update injectSettingsMenu() to:
      • create the menu if missing (this fixes the redundant menu creation)
      • create and insert the cog after #chatgpt-model-switcher if missing
      • use .after() for clarity and modernity
  • v0.52 16/7/2025

    refactor(ui): adopt CSS custom properties for animations and add o3-mini model

    • Introduce o3-mini to the MODELS array
    • Consolidate all animation effects into custom properties
      • Replace hardcoded transition timings/easings with CSS variables (--anim-fast, --easing-standard, etc.)
      • Update updateAnimationStyles() to set CSS variables on :root dynamically
    • Scope streamer-mode styles under .streamer-mode class on <body>
  • v0.51 15/7/2025

    style(css): consolidate transitions and normalize spacing in settings-cog styles

    • Merge separate transition declarations instead of erroneously overwriting the first
    • Align and standardize spacing in cubic-bezier and RGBA box-shadow values
  • v0.5 7/7/2025

    feat(streamer): add streamer mode toggle and styling

    • Introduce streamerMode setting with default enabled
    • Add “Streamer Mode” toggle in settings menu to show/hide inactive chats
    • Implement injectStreamerModeStyles() to dim inactive chat items and hide titles
    • Apply hover reveal and optional animations for streamer mode effects
    • Updated README description and TODO
  • v0.43 7/7/2025

    feat(UI): add legacy mobile models and simplify settings menu positioning

    • Expanded MODELS list to include gpt-3.5 and gpt-4 mobile variants from (https://github.com/hydrotho/ChatGPT_Model_Switcher)
    • Refactored positionMenu() to align menu under the page header using parent element bounds for more consistent positioning
    • Simplified animation logic by removing separate non-animated branch and unifying initial state
    • Adjusted settings-cog hover transform to still center the cog icon when animations are disabled
  • v0.42 3/7/2025 Imported from URL
  • v0.41 2/7/2025 Imported from URL
  • v0.40 18/6/2025 Imported from URL

长期地址
遇到问题?请前往 GitHub 提 Issues。