Baidu

百度皮肤

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         Baidu
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  百度皮肤
// @author       Victor
// @match       https://www.baidu.com/*
// @icon         https://www.google.com/s2/favicons?domain=manongjc.com
// @grant        none
// @icon    https://p0.meituan.net/dpgroup/cc8b105052c5ebadefa85d57404ef6fc45399.jpg
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    function up() {
        $(".mnav").css({'color':'rgb(255 157 196 / 85%)'})
        $(".c-font-normal ").css({'color':'rgb(255 157 196 / 85%)'})
        document.getElementById('head').style.background = '#fff0'
        $(".s-skin-hasbg").css({'background':'rgb(255 255 255 / 0)'})
        $(".s-top-wrap").css({'background':'rgb(255 255 255 / 0)'})
        $("#bottom_layer").remove()
        $("#s-hotsearch-wrapper").remove()
        $("#hotsearch-content-wrapper").remove()
        $("#s_side_wrapper").remove()
        $("#u1").remove()
        $("html").css({"overflow-y":"auto"})
        document.getElementById('kw').setAttribute("placeholder","哥哥从这儿进~·~")
    }
    up()

})();