// ==UserScript== // @name 动漫花园(share.dmhy.org)头部广告隐藏 2021年3月17日 // @namespace https://or2.fun // @version 0.4 // @description 自动隐藏动漫花园(share.dmhy.org)头部广告 // @author Freeeeeedom // @match *://share.dmhy.org/* // @match *://*.dmhy.org/* // @match *://dmhy.org/* // @grant none // @downloadURL none // ==/UserScript== $(document).ready(function(){ $('#1280_adv img').hide(); $('#1280_ad a img').hide(); })