去掉影响 infoq.cn 阅读体验的油猴脚本

// ==UserScript==
// @name         屏蔽 infoq.cn 广告
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://www.infoq.cn/*
// @match        *://*.infoq.cn/*
// @icon         https://static001.geekbang.org/static/infoq/www/img/logo.3bdee6e4.png
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    setTimeout(function(){
         document.getElementsByClassName('live-fixed-bar').forEach(item => item.remove());

         document.getElementsByClassName('header-notice').forEach(item => item.remove());
         document.getElementsByClassName('geo-banner').forEach(item => item.remove());
    }, 2000);


    setTimeout(function(){
       document.getElementsByClassName('widget-slide-weekly').forEach(item => item.remove());
    }, 4000);

       setTimeout(function(){
         document.getElementsByClassName('live-fixed-bar').forEach(item => item.remove());
    }, 10000);

    // Your code here...
})();
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值