Disables the automatic downscaling of Twitch streams while tabbed away
< 脚本Twitch - Disable automatic video downscale的反馈
You would have to change the last line from
window.localStorage.setItem('video-quality', '{"default":"chunked"}');
to
window.localStorage.setItem('video-quality', '{"default":"480p30"}');
Thank you.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
How to make it so that when you open a new stream, the quality was not the maximum, but for example 480p?