baidu

精简百度搜索首页

目前為 2017-05-19 提交的版本,檢視 最新版本

// ==UserScript==
// @name         baidu
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  精简百度搜索首页
// @author       xpc
// @match        https://www.baidu.com/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    $('#u_sp, #s_top_wrap, #s_upfunc_menus,#bottom_container').hide();  
})();