360文库美化

隐藏广告

目前为 2020-05-19 提交的版本。查看 最新版本

// ==UserScript==
// @name         360文库美化
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  隐藏广告
// @author       AN drew
// @match        https://wenku.so.com/*
// @require      https://code.jquery.com/jquery-3.1.1.min.js
// @grant        none
// ==/UserScript==


(function() {
    'use strict';

    $("#e_idea_wk_detail_hot").hide()
    $("#js-left-interest").parent().parent().hide()
    $("#js-search-one").hide()
    setInterval(function(){
        $(".search-rela").hide()
        $("#js-busi").hide()
        $("#js-busi-base").hide()
        $("[id*='busiPage']").hide()
        $(".side-mod").hide()
        $(".rec-left").hide()
        $("#onesearch").parent().hide()
    },1)
    $(".js-doc-more").click()

    // Your code here...
})();

QingJ © 2025

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