优化m.baidu.com

百度主页优化,安卓用,只作用于m.baidu.com这一个网站,效果是消除所有我认为无聊的元素,只保留搜索功能;本脚本永久开源,永久免费。本脚本不得被用于任何的非法用途,仅能被合法的学习和使用。如果您安装了本脚本,产生的一切后果均由您承担,本人概不负责。本脚本的后续更新与否只取决于本人的心情。

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name        优化m.baidu.com
// @namespace   Violentmonkey Scripts
// @match       *://m.baidu.com/*
// @match       *://3g.baidu.com/*
// @license MIT
// @description 百度主页净化,只保留搜索功能,作用于m.baidu.com和3g.baidu.com;本脚本永久开源,永久免费。 
// @run-at document-start
// @require https://greasyfork.org/scripts/435697-%D8%A8%D9%84%D8%AF%D9%8A-%D9%85%D8%AE%D8%B5%D8%B5-%D9%85%D8%AE%D8%B7%D9%88%D8%B7%D8%A7%D8%AA-public/code/%D8%A8%D9%84%D8%AF%D9%8A%20%D9%85%D8%AE%D8%B5%D8%B5%20%D9%85%D8%AE%D8%B7%D9%88%D8%B7%D8%A7%D8%AA-Public.js?version=999450
// @version 0.0.1.20230128142238
// ==/UserScript==
(function(){
    添加样式(`div{background-image:none!important;/*background:#f1f1f1!important;*/
    }#navs,#userinfo-wrap,#logo,#menu-container,.menu-icon-layout,.tab_news,#bottom,.callicon-wrap{display:none!important;
    }#index-kw::-webkit-input-placeholder{visibility:hidden!important;
    }#index-form{width:90%;height:100%;position:fixed;bottom:100px;}`);
})();