Disables the automatic downscaling of Twitch streams while tabbed away
< 脚本 Twitch - Disable automatic video downscale 的反馈
You can stop this from happening by removing the quality-switching code in the script entirely, which is all the lines from line 70 to 87 - everything after and including function setQualitySettings()
, or comment out the lines by adding //
in front of each line.
Works fine after FINALLY seeing that message about developer mode haha
Is there a way for the script to NOT set the stream quality to source everytime? I have to watch at 720p cause of shit internet speed, and whenever I start the day and open a stream, it's set to source. I tried looking into it but didn't see much
The change would have to be made on line 76
'{"default":"chunked"}'
would need to be changed to either '{"default":"720p30"}'
or '{"default":"720p60"}'
It will probably not fully work as you can have multiple 720p options and if there is no transcoding even none but it should be better than always source.
You could also try to fully remove the line which then would stop the quality override from the script.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Works fine after FINALLY seeing that message about developer mode haha
Is there a way for the script to NOT set the stream quality to source everytime? I have to watch at 720p cause of shit internet speed, and whenever I start the day and open a stream, it's set to source. I tried looking into it but didn't see much