fextralife, block stream

block the twitch stream on fextralife

目前為 2022-05-21 提交的版本,檢視 最新版本

// ==UserScript==
// @name         fextralife, block stream
// @description  block the twitch stream on fextralife
// @version      1.4
// @author       Tobias
// @match        *.wiki.fextralife.com/*
// @license      GPL-3.0-only
// @copyright    Tobias Lauppe
// @namespace    https://github.com/GreyGooseVX/User-Scripts
// ==/UserScript==

let fextraStream = document.querySelector("#sidebar-wrapper .sidebar-nav #fextravideo")
if (fextraStream != null) {
	fextraStream.remove()
}

QingJ © 2025

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