5
submitted 1 year ago* (last edited 1 year ago) by harpuajim@lemmy.ml to c/reddit@lemmy.ml

If you'd like to sanitize your account before deleting it I use this method. I use chrome on W10 and I'm not sure if it works with other browsers or OS.

  • ctrl+shift+J

  • then copy and paste:

var $domNodeToIterateOver = $('.del-button .option .yes'), currentTime = 0, timeInterval = 1500;

$domNodeToIterateOver.each(function() {

var _this = $(this); currentTime = currentTime + timeInterval;

setTimeout(function() { _this.click(); }, currentTime); });

To make this work you'll need to be using RES on desktop. Go to your profile and load up all your comments and submissions, I just hold down spacebar until everything is loaded. Once that's done I do the above command and the comments/submissions get deleted one by one.

EDIT: Looks like there's easier/faster ways to do this so go with what works for you.

top 3 comments
sorted by: hot top controversial new old
[-] mrmanager@lemmy.today 1 points 1 year ago

There are web sites that help you do this also. They first overwrite all your comments with random stuff and then delete them I believe.

[-] aryabear@lemmy.world 1 points 1 year ago

You can also use shreddit.

[-] Intrepid_Corvid@lemmy.fmhy.ml 1 points 1 year ago

Or just use Nuke Reddit on Edge. Super easy

this post was submitted on 12 Jun 2023
5 points (77.8% liked)

Reddit

13435 readers
64 users here now

founded 4 years ago
MODERATORS