Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.02 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.02 KB

Spamslice

A userscript designed to assist in identifying possible spammers on Reddit.

Highlights usernames with less than x (30 by default) posts, since most spammers and account farmers only have a few posts. This will result in mostly false positives. However, if you're checking for spammers and see a flagged username, consider checking the user's profile for spammy behavior.

By default, it flags any user on Reddit. To limit it to specific subreddits, change https://*.reddit.com/* to https://*.reddit.com/r/<subreddit>/*. For multiple subreddits, use multiple @match lines.

Installation

Just click here and hit install. Requires Tampermonkey or Greasemonkey browser add-ons.

Credits

/u/Fortinbraz and this post for the bulk of the code.