Clean Baidu

Clean Of Biadu Pro From lZiMUl

目前为 2021-11-23 提交的版本。查看 最新版本

// ==UserScript==
// @name Clean Baidu
// @description Clean Of Biadu Pro From lZiMUl
// @author lZiMUl
// @version 1.0.5
// @license MIT
// @include http*://baidu.com/*
// @include http*://www.baidu.com/*
// @namespace https://greasyfork.org/users/843195
// ==/UserScript==

(function () {
    'use strict';
    window.location.href = 'https://bing.com/';
} ());