您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Preserve stereo and fix mono/one-ear audio.
Makes sure YouTube videos always sound right in both ears without distorting stereo. It does this by checking the audio channels: if both left and right have sound, it leaves them untouched (true stereo); if one side is silent or the video is mono, it duplicates the active audio into both ears so it plays evenly. It uses very lightweight checks every few seconds, works automatically when YouTube loads a new video (since the site is single-page), and is designed to be efficient, cross-browser, and memory-safe.
Stereo untouched: no distortion, no unnecessary processing.
One-ear fixed: silent channel filled with audio.
CPU/RAM friendly: tiny FFT + infrequent checks.
Cross-browser: works in Chrome, Firefox, Safari.