Baidu

百度皮肤

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==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()

})();