Youtube Music fix volume ratio

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Nemo64
1日のインストール数
1
累計インストール数
4,436
評価
17 3 1
バージョン
0.4
作成日
2020/03/10
更新日
2021/09/04
大きさ
2.4KB
ライセンス
不明
対象サイト

Changes the Volume behavior of YouTube Music

The volume slider of YouTube Music is linear by default which causes it to feel very ineffective until the very end where it mutes the music. The volume slider of YouTube (Video) is exponential to address that issue but YouTube music didn't get so much love.

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)

Usage with other services

This script monkey patches the browsers volume setting, not YouTube Music directly. If you want, you can use it on other sites as well. Just add further @match lines to the scripts metadata.