This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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; |