Remove twitch embed on fextralife

14/3/2023 12:48:51

目前为 2023-03-14 提交的版本。查看 最新版本

// ==UserScript==
// @name        Remove twitch embed on fextralife
// @namespace   Violentmonkey Scripts
// @match       https://*.wiki.fextralife.com/*
// @grant       none
// @version     1.0
// @author      geco
// @description 14/3/2023 12:48:51
// @license MIT
// ==/UserScript==
document.getElementById("sidebar-wrapper").remove();
document.getElementById("wrapper").style.paddingLeft = "0px";

QingJ © 2025

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