YouTube Music Exponential Volume

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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