您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
sadboy tryno save the world!!!
// ==UserScript== // @name 美剧天堂净化丶全境守护丶大草海的卡丽熙丶龙之母丶风暴降生 // @namespace http://tampermonkey.net/ // @version 0.1 // @description sadboy tryno save the world!!! // @author wasted // @match https://www.meijutt.tv/* // @icon https://www.google.com/s2/favicons?domain=meijutt.tv // @grant GM_addStyle // @grant unsafeWindow // ==/UserScript== (function() { 'use strict'; // Your code here... let weburl = unsafeWindow.location.href; if(weburl.indexOf('www.meijutt.tv')!=-1){ GM_addStyle('#HMRichBox{display:none !important}'); GM_addStyle('.widget-weixin{display:none !important}'); } })();