Stops Twitch-streams from downscaling when tabbing away.
当前为
// ==UserScript==
// @name Twitch.tv Downscale Fix
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Stops Twitch-streams from downscaling when tabbing away.
// @author Taizun
// @match https://*.twitch.tv/*
// @match http://*.twitch.tv/*
// @grant none
// ==/UserScript==
Object.defineProperty(document, 'hidden', {value: false});
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址