// ==UserScript== // @name hxy神秘小工具 // @namespace https://hxy // @version 0.1.0 // @description try to take over the world! // @author You // @match https://hxy* // @license MIT // ==/UserScript== function delF(dom){ console.log(dom) f=dom.parentNode console.log(f) dom.parentNode.removeChild(dom) } (function() { 'use strict'; document.childNodes[1].childNodes[1].childNodes[1].remove() document.getElementsByClassName("ad-top-info")[0].remove() // Your code here... })();