去除V2EX广告

去广告

// ==UserScript==
// @name         去除V2EX广告
// @namespace    remove ad
// @version      1.3
// @description  去广告
// @author       lcc
// @match        https://www.v2ex.com/*
// @grant        none
// ==/UserScript==
(function() {
    'use strict';
    setTimeout(function(){
        $('#Rightbar .inner').css('display', 'none');
        $('#Rightbar .sidebar_compliance a').text('去你妈的广告')
    },200)
})();

QingJ © 2025

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