您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
自动切换到你预先设定的画质。会优先使用Premium比特率。
当前为
This script ensures that all YouTube videos play at the user's preferred quality setting. It supplements YouTube by addressing the issue where the desktop version does not have a way for users to save their quality preference. The script monitors whether the video quality can be adjusted and uses the YouTube API to apply the chosen setting. No bloat, doesn't do anything else, just sets quality.
(2024-JUL-01)
My script is a heavily modified version of YouTube HD by adisib. At this point this script barely resembles the original one. Since the original script hasn't been updated for quite a while and is severely outdated, with large parts of it still using the removed 2013 version of the YouTube API, this script was created. This version fixes several bugs and improves performance slightly. The way that Premium bitrate option was originally written had a bug that made it so the script would treat the premium option as unconditionally unavailable. The original script would also fail to apply premium bitrate if YouTube is set to anything other than English. Fixing those issues was a major goal of this script. All broken or outdated features have been fixed or removed.
(2024-JUL-07)
From looking at feedback on the original script in addition to this one. It seemed wise to implement an UI for changing the quality as soon as possible. A lot of people seemed to find the in-script method hugely unintuitive despite clear instructions, thus fixing that was a top priority after finishing the core features to prevent an excess of unnecessary bug reports from being submitted. I am happy to announce that an UI has been added as of today for easy and quick quality selection. This implementation should be hopefully be compatible with the majority users' browser + script-manager combinations.