// ==UserScript== // @name 油猴中文去头顶广告 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 油猴中文去广告 // @author H // @match https://bbs.tampermonkey.net.cn/* // @icon https://www.google.com/s2/favicons?domain=tampermonkey.net.cn // @grant unsafeWindow // @grant GM_addStyle // ==/UserScript== (function() { 'use strict'; window.onload =a() function a (){ var oDiv=document.getElementById('父物体id');//父物体id var arr=getByClass(oDiv, 'classname');//找到后赋值 //将链表遍历 for(let index=0;index