Greasy Fork

来自缓存

美剧天堂净化丶全境守护丶大草海的卡丽熙丶龙之母丶风暴降生

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}');
    }
})();