Remove jianfast's searchBox

Remove searchBox from the website www.jianfast.com

目前為 2020-05-26 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Remove jianfast's searchBox
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Remove searchBox from the website www.jianfast.com
// @author       银河以北吾彦最美
// @match        https://www.jianfast.com/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    var m = document.getElementById("searchBox");

    m.parentNode.removeChild(m);
    // Your code here...
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址