Background Youtube Music

Blocks "visibilitychange" event on the YouTube music webpage, allowing music to still play if the browser or tab are not in focus.

// ==UserScript==
// @name        Background Youtube Music
// @match       *://music.youtube.com/*
// @version     1.0
// @author      Rowan_CH
// @license MIT
// @description Blocks "visibilitychange" event on the YouTube music webpage, allowing music to still play if the browser or tab are not in focus.
// @namespace https://gf.qytechs.cn/users/901201
// ==/UserScript==

document.addEventListener("visibilitychange", function(event) {event.stopImmediatePropagation();}, true);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址