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.
How to make it so that when you open a new stream, the quality was not the maximum, but for example 480p?