风之动漫去广告

给风之动漫去广告,主要是我自己看海贼王用的

当前为 2021-11-19 提交的版本,查看 最新版本

// ==UserScript==
// @name         风之动漫去广告
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  给风之动漫去广告,主要是我自己看海贼王用的
// @author       WindErosion
// @match        https://manhua.fffdm.com/*
// @require      https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.js
// @icon         https://s3.bmp.ovh/imgs/2021/11/936852f503b6fd78.png
// @grant        none
// ==/UserScript==

let loca = RegExp("https://manhua.fffdm.com/*");
(function() {
    'use strict';

    if(loca.test(location.href)){
        document.head.insertAdjacentHTML('beforeend','<style>#HMRichBox,#pop_ad,#HMCOVER_ID1{display:none !important;}</style>');
        document.head.insertAdjacentHTML('beforeend','<style>#fix_top_dom,#header{display:none !important;}</style>');
        document.head.insertAdjacentHTML('beforeend','<style>.pure-g{display:none !important;}</style>');
        document.head.insertAdjacentHTML('beforeend','<style>center{display:none !important;}</style>');

    }
})();

QingJ © 2025

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