YouTube Volume Control with Memory and Draggable UI

Set YouTube volume manually on a scale of 1-100, remember last set volume, and inject the UI to the left of the volume slider on the video player. Syncs the slider, disables invalid inputs, and adds debugging.

目前为 2024-10-23 提交的版本。查看 最新版本

作者
Nick2bad4u
评分
0 0 0
版本
2.5
创建于
2024-10-23
更新于
2024-10-23
大小
6.0 KB
许可证
Unlicense
适用于

// ==UserScript==
// @name YouTube Volume Control with Memory and Draggable UI
// @namespace http://tampermonkey.net/
// @version 2.5
// @description Set YouTube volume manually on a scale of 1-100, remember last set volume, and inject the UI to the left of the volume slider on the video player. Syncs the slider, disables invalid inputs, and adds debugging.
// @author Nick2bad4u
// @match *://www.youtube.com/*
// @grant none
// @updateURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/YouTubeVolumeControl.user.js
// @downloadURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/YouTubeVolumeControl.user.js
// @license UnLicense
// ==/UserScript==