TL;DR: even if your delete script confirms a full wipe and your Reddit profile page shows zero comment, there may still be comments left over (that you can find through a search engine and delete manually on Reddit).
Weeks ago, I used redact.dev to delete all my Reddit comments (thousands of them over 10+ years). Redact.dev confirmed a full wipe, and my Profile > Comments page on Reddit confirmed I had no comment left.
Yet, as of today, Google still returns dozens of results for “$myredditusername site:reddit.com”. It’s not just Google’s crawler lagging; when I follow those links, those comments are still visible on the Reddit website, under my username, where I have the ability to manually delete them.
Thankfully, I hadn’t yet nuked my account, because I knew of other users whose deleted comments got reinstated (although that was thought to be caused by the deletion script exceeding the API rate limit; supposedly a different case, as those missed comments would still show in the Profile page).
spez: edited for clarity.
I don’t trust those snakes. I’m working on code to use reddit’s website and edit comments one at a time (one per minute so they don’t think it’s bot activity) and I’m going to deploy the code a month or two from now after the API is gone - because I want them to think they’ve “won” before I over-write and then erase a decade’s worth of content
Is this something you would be able to share with others when it’s finished. Or put it on Github and people can make suggestions or changes?
So I’m not a traditional programmer - I don’t use a lot of the common software and such. I have a lot of prior experience using AutoItScript automated software so I’ll probably use that to mimic keystrokes and clicks on my computer screen once I have programmed exact positions for things - it’ll likely be a very specific set of code for my computer.
But I may create an account on github and share if there’s enough interest lol
So it scrapes the page manually? I was thinking of writing a small python program myself to do that.
More simple than that - I’ll likely use AutoItScript for windows - literally automate clicking links or simulating keystrokes (like the tab key) until it reaches the desired link then clicking the edit function, revising text, tab to the save button, saving change, and repeat over and over.
It’s crude and inefficient, but I have over twenty years experience using the code for various small tasks so I’m sure I’ll get the job done.
Just not sure when I want to start - I feel like they are still playing tricks un-deleting content and such for people using automated API code. So for now I’ve simply blocked reddit at the router level for another month or two before I go back and start writing my code to automate the deletion of 10+ years worth of content.
Reddit is broken. It’s not unusual for some of your comments to get disconnected from your account profile and not show up there anymore.
They still belong to your account so you can delete them from the actual thread… Just not from your profile.
It’s been this way for years… Just most people don’t notice because they don’t try to clear out their entire history.
Or when replies to a now removed comment ended up as top level comment, making reading the comments sometimes super confusing. Reddit’s backend is probably nothing but spaghetti code. Hence why the redesign & mobile app are both also such piles of garbage. It would likely need a complete rewrite, but they probably don’t have any sort of way to do that and maintain all the old legacy content. That’s also a good reason to go closed source, especially if you want to become a traded company. Investors are probably not having the hots for garbage code that everyone can look at & criticize.
My data takeout request arrived yesterday, so next I’ll be filing a GDPR request which I will use to rewrite my history before deleting it and then filing another GDPR request which then better be empty.
I believe that “0 comments” you can see is limited to about 1000. There’s a list of your comments that are viewable by your profile page, and that only caches the first 1000 in any category (top, new, controversial, etc).
Interesting - do you have more details about that? I would expect the “top 1K” query to show the leftovers, which would have become the next most top/controversial/etc after the original top 1K got nuked.
Okay, I’m not sure where it originated, but here’s a link to a relevant comment. I read it in a post about deleting Reddit comments when I first started exploring the fediverse, and I’m not sure I can find it but iirc, a Reddit admin confirmed that when you check your posts, it only shows the top 1000 and comments are only pushed off this list for “new” additions, and the list is not repopulated when you delete things. Therefore, if you delete all your comments, then check the list, it will show none (or if you delete 100 comments, it will show only 900, etc). Something about how these lists are populated in Reddit’s system. It is also relevant that some of the Reddit delete programs out there use this list and so will never delete all your comments.
I will keep looking for the original post tho.
Thank you. I’m boosting your reply as I hadn’t heard of this behavior before (as I’m sure many others) and it’s the most plausible explanation for what’s going here, i.e., not malicious intent from Reddit but rather sloppy design of the profile’s comments feed and how it pulls data.
Close.
Each of Reddit’s listings (top submissions, recent comments, etc.) is generated from a database index. Those indexes are limited to 1000 entries, by dropping older ones as new ones arrive, and they don’t re-index for deletions.
That means that once a listing goes over 1000 items, the oldest items can no longer be found through it. The messages are still in the database somewhere, but can only be reached from some other index (different sorting order) or a search or a direct link.
So, the messages are not being deleted and then restored; they’re not being deleted in the first place, because the tools have no way to find them.
This is why a formal data deletion request is often more effective than a deletion tool on Reddit.
But they have refused in the past to comply with a formal deletion request. They say, you may delete your account, but if you want your comments/submissions deleted, then you will have to do all of them yourself. My source is Louise Rossman on YouTube talking about how Reddit is willing to do illegal things to stop people leaving their platform.
For the path of least resistance, getting the copy of the archive and then using a tool like github shreddit to delete works 100% without needing to do anything beyond setting up an API key manually.
To refuse to comply with a formal deletion request (where reddit does the deleting instead of you (even via a tool like shreddit)) is illegal, and reddit should lose in the end, but it will take some years go to through the courts and such.
Thank you for the clarification!
And I think if you get your GDPR data request from Reddit, you can get the direct links and that allows some of the comment deletion/editing tools to do their full job, but I’m not sure on the full details on that.
@anon Reddit is known for bringing deleted comments back, without your consent. That’s especially bad for people who also delete the account, because they have no control anymore (I mean even less). Pretty scummy. More people should be aware of this issue.
It looks like that’s the case. I found a comment that was mine from 10 months ago. It looks as if Reddit recovered my deleted comments after I deleted my account.
At this point, I don’t care. I left all that behind.
Is it possible the sub was private when you deleted the comments? This and known, since-fixed issues with PowerDeleteSuite explain nearly all of the “undeleted” comments I’ve looked into in-depth.
I used redact.dev and confirmed on reddit.com that all my comments were deleted well before the blackouts.