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.

發表回覆

登入以回復