YouTube-UI-Customizer

Customize your YouTube grid layout (thumbnails per row) and declutter your feed by hiding Shorts, Game Room, and 'Explore' sections. Includes an automatic Shorts-to-standard-player redirect.

코드가 업데이트된 버전 목록입니다. 모든 버전 보기

  • v1.3.2 2026-03-13

    [1.3.2] - 2026-03-14

    • Bug Fixes
      • Fixed an issue where the layout would break on list-based pages (like Watch History), causing UI elements such as action menus ("...") to overlap and become unclickable. The custom grid width expansion is now correctly limited only to pages with a video grid.
  • v1.3.1 2026-03-11

    [1.3.1] - 2026-03-12

    • New Features
      • Added a new feature to hide the recently introduced Game Room (Playables) section from the YouTube feed (enabled by default).
      • A "Hide Game Room" toggle has been added to the settings panel to easily enable or disable this feature.
  • v1.3.0 2025-12-07

    [1.3.0] - 2025-12-07

    • UI & Experience
      • New Settings Interface: Replaced the floating on-screen button with a clean modal overlay. Settings are now accessed via the script manager's menu command (e.g., Tampermonkey menu).
      • Accessibility: Added keyboard support (ESC to close) and improved focus handling within the settings menu.
    • Core Changes
      • API Migration: Migrated to the modern, asynchronous GM. API standard, ensuring better compatibility with current script managers.
      • Architecture: Refactored the internal core (EventBus, Logger) to improve overall script stability.
    • Fixes & Optimizations
      • Resource Cleanup: Implemented strict lifecycle management to prevent memory leaks and ensure UI elements and styles are fully removed upon script reload.
      • Storage & Security: Hardened configuration handling to prevent security vulnerabilities and automatically clean up deprecated settings from storage.
  • v1.2.1 2025-11-20

    [1.2.1] - 2025-11-20

    • Fixes & Improvements
      • Improved the reliability of Shorts Redirection. The feature now correctly handles shared links (e.g., ?feature=share) and other complex URLs without losing parameters.
  • v1.2.0 2025-11-19

    [1.2.0] - 2025-11-19

    • New Features
      • Added a new setting to Hide "Explore more topics".
  • v1.1.3 2025-11-19

    [1.1.3] - 2025-11-19

    • Improvements
      • Extended the Hide YouTube Shorts feature to cover search results pages.
  • v1.1.2 2025-10-25

    [1.1.2] - 2025-10-25

    • Fixed:
      • Updated the tooltip text for the "Hide Shorts" toggle. The old text incorrectly stated that a page reload was required to show Shorts again. The feature updates dynamically via CSS, so a reload is not needed.
  • v1.1.1 2025-10-25

    [1.1.1] - 2025-10-25

    • Fixed:
      • Removed the brief flash of the Shorts player by executing the redirect at document-start.
    • Changed:
      • Refactored the initialization flow into a two-stage, promise-based system for stable loading.
      • Event listeners are now registered earlier, and UI initialization waits until both the DOM and config are ready.
      • Removed the outdated note about the Shorts flash from the settings panel.
  • v1.1.0 2025-10-25

    [1.1.0] - 2025-10-25

    • Changed
      • Performance (Hide Shorts): The "Hide Shorts" feature now relies exclusively on CSS rules (display: none) instead of JavaScript DOM manipulation. This significantly improves performance by eliminating all JS-based DOM scanning.
    • Fixed
      • UX (Redirect Shorts): Fundamentally improved the redirect logic to prevent the "flash" (brief appearance) of the Shorts player during in-page navigation.
    • Other refactorings
  • v1.0.0 2025-08-21