Remove jianfast's searchBox

Remove searchBox from the website www.jianfast.com

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

// ==UserScript==
// @name         Remove jianfast's searchBox
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Remove searchBox from the website www.jianfast.com
//@updateURL	https://sec.lxzy.ml/oneindex/脚本/remove%20jianfast%27s%20searchbox.js
//@license         GPL-3.0-only
// @author       银河以北吾彦最美
// @match        https://www.jianfast.com/
// ==/UserScript==

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

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

QingJ © 2025

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