// ==UserScript== // @name 逃离百度 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.baidu.com/ // @grant none // @downloadURL https://update.greasyfork.icu/scripts/396499/%E9%80%83%E7%A6%BB%E7%99%BE%E5%BA%A6.user.js // @updateURL https://update.greasyfork.icu/scripts/396499/%E9%80%83%E7%A6%BB%E7%99%BE%E5%BA%A6.meta.js // ==/UserScript==sss (function() { 'use strict'; //you can replace the url; location.href = 'http://www.google.com' // Your code here... })();