Minimizes unwanted subreddit posts and attempts to remove all ads on the Reddit feed.
当前为
On the front page feeds (particularly r/all and r/popular), minimizes posts from subreddits of your choice and removes advertisements.
Compatible with Reddit Watcher.
To actually use, you must provide your own list of banned subreddits. To do so, create a custom userscript with the format below. Subreddit names are case insensitive and don't need the "r/" prefix. Ensure this script comes before Reddit Chemo in your list of userscripts (do so by moving it above in the sorted list of installed userscripts in the dashboard for your script manager).
// ==UserScript==
// @name Reddit Chemo (banned subreddits)
// @grant none
// @match *://*.reddit.com/*
// ==/UserScript==
if(window) {
window.bannedSubreddits = [
"politics",
"teenagers",
"nukedmemes"
]
}
Other useful Reddit-based userscripts: