// ==UserScript== // @name 搜索时排除百家号站点 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 使用百度搜索时排除百家号站点 // @author wymix // @include http://www.baidu.com/* // @include https://www.baidu.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... var kw=document.getElementById('kw'); kw.style.cssText='display:none;'; var xgss=document.getElementById('rs_top_new'); if(xgss!=null){ var as= xgss.getElementsByTagName('a'); for(var i=0;i