Skip to content

Releases: YouG-o/YouTube_Custom_Settings

v1.10.0: Add Shorts hiding feature

27 Oct 12:48

Choose a tag to compare

FEAT

Added shorts hiding feature

v1.9.1: Fix observer initialization after full page reload

16 Oct 06:11

Choose a tag to compare

Fix

  • Fixed missing observer initialization after full page reload by manually calling handleUrlChange() in setupUrlObserver. This ensures all observers and features are correctly set up whether the user navigates via SPA or refreshes the browser.

v1.9.0: Added 8K video quality option

07 Oct 05:20

Choose a tag to compare

Feature

  • Added 8K to quality setting

Refactor

  • Renamed Extension to YouTube Custom Settings (updated everything related)
  • Unified all localStorage settings into a single YCS_SETTINGS object for better maintainability and consistency

v1.8.2: Add suggested videos support for member videos hiding feature

22 Sep 11:54

Choose a tag to compare

Feature

  • Member videos hiding : Added suggested videos support. (DOM only for now)

v1.8.0: Add custom order for video quality preferences

30 Jul 11:44

Choose a tag to compare

Feature

  • Added a "Custom Quality Order" feature: you can now define a personalized priority list for video qualities. If enabled, the extension will always try to apply the first available quality from your custom list, instead of just the preferred quality.

Changed

  • Removed automatic reload of YouTube tabs on extension install. Instead, a clear warning is now displayed on the Welcome page, with a button allowing users to manually reload active YouTube tabs. Hibernating or backgroud tabs are ignored.

v1.7.0: Add duration rule feature for video speed

25 Jul 17:51

Choose a tag to compare

Feature

  • Added a "duration rule" feature for video speed: you can now specify a rule so that videos longer or shorter than a chosen duration will always play at normal speed (x1), ignoring your custom speed setting.

v1.6.0: Add Audio Track feature for automatic audio language selection

24 Jul 07:46

Choose a tag to compare

Feature

  • Audio Track feature : choose your default audio track (original or specified language)

v1.5.0

18 Jul 01:17

Choose a tag to compare

Changed

  • Now applies the closest available video quality if the preferred quality is unavailable.

Added

  • Add request interception method to filter members-only videos before DOM rendering.

v1.4.0: Hide members only videos

12 Jul 05:01

Choose a tag to compare

Feat

  • New feature : Hide members only videos

v1.3.0: Default Volume Feature & Refact

10 Jul 18:08

Choose a tag to compare

Feat

  • Add a Default Volume feature

Changed

  • Refactored the entire codebase to use explicit ES module imports/exports in all files.

Refactor

  • Centralize settings loading logic using loadExtensionSettings in popup and content scripts