Greasy Fork镜像 is available in English.

Twitch.tv Downscale "Fix"

Prevents Twitch-streams from automatically changing quality/downscaling when tabbing away.

2019/05/16のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         Twitch.tv Downscale "Fix"
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Prevents Twitch-streams from automatically changing quality/downscaling when tabbing away.
// @author       Taizun
// @match        https://*.twitch.tv/*
// @match        http://*.twitch.tv/*
// @grant        none
// ==/UserScript==

Object.defineProperty(document, 'hidden', {value: false});
长期地址
遇到问题?请前往 GitHub 提 Issues。