// ==UserScript== // @note 楚寒帅 // @name 小刀娱乐网网站广告xd // @namespace http://tampermonkey.net/ // @version 0.2 // @description 楚寒帅。 // @author JustinQQQ // @match https://www.x6g.com/ // @include *://*.x6g.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; //首页banner广告 [...document.querySelectorAll('.addd')].map(x => x.hidden = "hidden"); })();