no-reddit-ads

remove reddit post-ads

目前为 2019-03-21 提交的版本。查看 最新版本

// ==UserScript==
// @name         no-reddit-ads
// @namespace    https://www.reddit.com/
// @version      0.3
// @description  remove reddit post-ads
// @author       [email protected]
// @include  https://www.reddit.com/
// @include  https://www.reddit.com/r/*
// @grant        none
// ==/UserScript==

const rere =() => {Array.from(document.getElementsByClassName('scrollerItem')).forEach( i => i.childNodes[0].getAttribute('style').indexOf('rgb') != -1 ? i.remove() & console.log('[REMOVED ADS] -> ' + i.childNodes[1].textContent) :null)}
document.addEventListener("DOMNodeInserted", rere)

QingJ © 2025

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