// ==UserScript== // @name Always Active Kick // @namespace https://greasyfork.org/en/users/1200587-trilla-g // @match *://*.kick.com/* // @description Keeps Kick tab as always active even when in background tabs. This allows you to keep favorite streamer page open in background tab and it willl automatically start playing when live. // @version 1.0 // @license MIT // @downloadURL none // ==/UserScript== Object.defineProperty(document, "hidden", { value : false});