// ==UserScript== // @name 屏蔽奇虎八卦 // @namespace http://custom.lpz.com/ // @version 0.1 // @description 烦恼奇虎广告 // @author cartluo // @include *://sh.qihoo.com/* // @include *://hao.360.cn/* // @note *://www.163.com/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/380530/%E5%B1%8F%E8%94%BD%E5%A5%87%E8%99%8E%E5%85%AB%E5%8D%A6.user.js // @updateURL https://update.greasyfork.icu/scripts/380530/%E5%B1%8F%E8%94%BD%E5%A5%87%E8%99%8E%E5%85%AB%E5%8D%A6.meta.js // ==/UserScript== (function() { 'use strict'; window.location.href="http://www.baidu.com"; })();