// ==UserScript== // @name 搜索时排除百家号站点 // @namespace http://tampermonkey.net/ // @version 0.2 // @description 使用百度搜索时排除百家号站点 // @author wymix // @home-url https://greasyfork.org/zh-TW/scripts/377758 // @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