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: 21. 08. 2025

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

TaizunAuthor
§
Posted: 21. 08. 2025
Edited: 21. 08. 2025

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.

§
Posted: 21. 08. 2025
Edited: 21. 08. 2025

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.

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。