Greasy Fork is available in English.

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/';
} ());