Twitch - Disable automatic video downscale

Disables the automatic downscaling of Twitch streams while tabbed away

< Feedback on Twitch - Disable automatic video downscale

Review: Good - script works

§
Posted: 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?

§
Posted: 2023-03-28
Edited: 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"}');

§
Posted: 2023-03-28

Thank you.

Post reply

Sign in to post a reply.