Reddit Chemo

Minimizes unwanted subreddit posts and attempts to remove all ads on the Reddit feed.

Fra 11.03.2022. Se den seneste versjonen.

Forfatter
Lawrence Sim
Vurderinger
0 0 0
Versjon
0.6.0
Lagd
24.01.2022
Oppdatert
11.03.2022
Size
8,2 kB
Lisens
WTFPL (http://www.wtfpl.net)
Gjelder

Reddit Chemo

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   unsafeWindow
// @match   *://*.reddit.com/*
// ==/UserScript==
unsafeWindow.bannedSubreddits = [
    "politics",
    "teenagers",
    "nukedmemes"
]

Other useful Reddit-based userscripts: