Makes YouTube Music volume exponential instead of linear, this makes it easier to control volume.
This userscript modifies the YouTube Music volume control to behave exponentially instead of linearly.
It provides finer control at low volumes, making quiet sounds more natural and balanced for human hearing.
music.youtube.comyoutube-music-exponential-volume.js.In the script, adjust the exponent value to change how strong the exponential curve is:
const exponent = 3; // 2 = subtle curve, 3 = stronger curve