// ==UserScript== // @name 51脚本网站去广告 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match *://www.jb51.net/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; var host = window.location.host; //var host2=document.domain; console.log(host); //console.log(host2); $('.pt10.clearfix').remove(); $('.lbd').remove(); $('div#pic_container').remove(); $('.r300').remove(); $('.lbd_bot.clearfix').remove(); $('.logor').remove(); $('.logom').remove(); $('.jb51ewm').remove(); $('.sidebox-recomm').remove(); })();