Greasy Fork

Greasy Fork is available in English.

Always Active Kick

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.

目前为 2024-01-24 提交的版本。查看 最新版本

// ==UserScript==
// @name          Always Active Kick
// @namespace     http://greasyfork.icu/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
// ==/UserScript==

Object.defineProperty(document, "hidden", { value : false});