Reddit Chemo

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

Fra 09.03.2022. Se den seneste versjonen.

Forfatter
Lawrence Sim
Vurderinger
0 0 0
Versjon
0.5.1
Lagd
24.01.2022
Oppdatert
09.03.2022
Size
5,8 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](https://greasyfork.org/en/scripts/441177-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).

```javascript
// ==UserScript==
// @name Reddit Chemo (banned subreddits)
// @match *://*.reddit.com/*
// ==/UserScript==
if(window) {
window.bannedSubreddits = [
"politics",
"teenagers",
"nukedmemes"
]
}
```

Other useful Reddit-based userscripts:

* [Reddit Watcher](https://greasyfork.org/en/scripts/441177-reddit-watcher) - Helper userscript to optimize multiple reddit userscripts working in tandem.
* [Remove Reddit Sidebar and Trending](https://greasyfork.org/en/scripts/441164-remove-reddit-sidebar-and-trending) - Remove sidebar and trending strip.
* [Better Reddit Image Previews](https://greasyfork.org/en/scripts/432718-better-reddit-image-previews) - Optimize image previews in feed.
* [Reddit Video Downloader](https://greasyfork.org/en/scripts/408925-reddit-video-downloader) - Download links when viewing Reddit videos.