Twitch.tv Downscale Fix

Stops Twitch-streams from downscaling when tabbing away.

От 16.05.2019. Виж последната версия.

// ==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});
长期地址
遇到问题?请前往 GitHub 提 Issues。