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});