Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jbruchon's full-sized avatar
🤡
CLOWN WORLD

Jody Bruchon (MOVED TO CODEBERG) jbruchon

🤡
CLOWN WORLD
View GitHub Profile
@jbruchon
jbruchon / spaz_reddit_delete.js
Created December 11, 2017 19:07
Delete All Reddit Comments
// ==UserScript==
// @name Spaz's Reddit Delete
// @namespace Reddit
// @include http*://*.reddit.com/user/*
// @version 1
// @description Replaces all VISIBLE comments with garbage text, then deletes the comment. Works with RES!
// ==/UserScript==
RD = unsafeWindow.RedditDelete = {};
RD.DELAY_SAVE = 2 * 1000;