Greasy Fork is available in English.

YouTubeTV Volume Control with Memory and Draggable UI

Remembers and controls volume levels on YouTube TV with keyboard shortcuts and a UI for manual input

ของเมื่อวันที่ 24-10-2024 ดู เวอร์ชันล่าสุด


ติดตั้งสคริปต์นี้?
ผู้เขียน
Nick2bad4u
คะแนน
000
เวอร์ชัน
1.14
สร้างเมื่อ
24-10-2024
อัปเดตเมื่อ
24-10-2024
Size
5.87 กิโลไบต์
สัญญาอนุญาต
Unlicense
ปรับใช้กับ

// ==UserScript==
// @name YouTubeTV Volume Control with Memory and Draggable UI
// @namespace http://tampermonkey.net/
// @version 1.14
// @description Remembers and controls volume levels on YouTube TV with keyboard shortcuts and a UI for manual input
// @author Nick2bad4u
// @match *://tv.youtube.com/*
// @grant none
// @updateURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/YouTubeTVVolumeControl.user.js
// @downloadURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/YouTubeTVVolumeControl.user.js
// @license UnLicense
// ==/UserScript==