YouTube Music Exponential Volume

Makes YouTube Music volume exponential instead of linear, this makes it easier to control volume.

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
EdwardDk
日安装量
0
总安装量
10
评分
0 0 0
版本
1.0
创建于
2025-10-22
更新于
2025-10-22
大小
1.3 KB
许可证
MIT
适用于

YouTube Music Exponential 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.

Features

  • Exponential volume curve (configurable exponent)
  • Works directly on music.youtube.com
  • Runs automatically via Tampermonkey or Violentmonkey
  • No external dependencies

Installation

  1. Install Tampermonkey (Chrome/Edge/Firefox).
  2. Create a new userscript.
  3. Paste the code from youtube-music-exponential-volume.js.
  4. Save and enable the script.
  5. Go to https://music.youtube.com and play any song.

Configuration

In the script, adjust the exponent value to change how strong the exponential curve is:

const exponent = 3; // 2 = subtle curve, 3 = stronger curve