YouTube & Youtube Music volume fix

Makes the YouTube music volume slider exponential so it's easier to select lower volumes.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
Virtual-Maisie
Усталяванняў за дзень
0
Усяго ўсталяванняў
16
Рэйтынг
0 0 0
Версія
0.4
Створаны
29.04.2025
Абноўлены
29.04.2025
Памер
3.4 КБ
Ліцэнзія
Н/Д
Ужываецца на

Changes the Volume behavior of YouTube & YouTube Music

The volume slider of YouTube is linear by default which causes it to feel very ineffective until the very end where it mutes the music. Apparently YouTube used to have exponential volume but this is not the case in my experience.

This is a modified version of https://greasyfork.org/en/scripts/397686-youtube-music-fix-volume-ratio

which also works on YouTube and takes into account the volume normalization so YouTube and YouTube Music volume should be the same between them at the same slider position

This script addresses this issue by applying an exponent of 3 to the volume setting, which results in these settings:

100% = 100%
50% = ~12.5%
20% = ~0.8%
10% = ~0.1%
5% = ~0.0125% (5% is the lowest selectable value by the UX)