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
크기
5.97KB
라이선스
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==