煎蛋广告删除

屏蔽煎蛋广告栏

// ==UserScript==
// @name         煎蛋广告删除
// @namespace    http://tampermonkey.net/
// @version      2024-02-05
// @description  屏蔽煎蛋广告栏
// @author       You
// @match        https://jandan.net/treehole
// @icon         https://www.google.com/s2/favicons?sz=64&domain=jandan.net
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';

    // 屏蔽广告栏
    $("#sidebar").remove()
    $("#content").width("100%")
})();

QingJ © 2025

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