Twitch - Disable automatic video downscale

Disables the automatic downscaling of Twitch streams while tabbed away

< 脚本 Twitch - Disable automatic video downscale 的反馈

评价:好评 - 脚本运行良好

§
发布于:2023-03-28

How to make it so that when you open a new stream, the quality was not the maximum, but for example 480p?

§
发布于:2023-03-28
编辑于:2023-03-28

You would have to change the last line from
window.localStorage.setItem('video-quality', '{"default":"chunked"}');
to
window.localStorage.setItem('video-quality', '{"default":"480p30"}');

§
发布于:2023-03-28

Thank you.

发布留言

登录以发布留言。