Bulk Delete Reddit Posts & Comments History

This extension allows you to bulk delete all your post, comment, and message history from Reddit.

Total ratings

2.97 (Rating count: 31)

Review summary

These summaries are automatically generated weekly using AI based on recent user reviews. Firefox Browser Add-ons does not verify user reviews, so some user reviews may be inaccurate, spammy, or outdated.
Pros
  • Works as advertised and deletes comments efficiently.
  • Provides a simple solution for bulk deletion that is better than the now-dead 'Nuke Reddit History' extension.
  • One-time fee for lifetime access is seen as reasonable by some users who frequently purge their history.
  • The extension is user-friendly and supports quick deletions.
Cons
  • The payment of $10 for access beyond 50 comments is seen as excessive by several users.
  • Limitations regarding the number of deletions without payment are frustrating for some users.
  • Issues with the extension not working properly or errors occurring, especially after updates.
  • Some users have developed their own scripts as alternatives to avoid the payment.
Most mentioned
  • The $10 fee for unlimited deletion, disproportionate to its functionality.
  • Limitations of deleting only 50 comments at a time unless the fee is paid.
  • The add-on works but has encountered bugs or connectivity issues for some users.
See reviews for Bulk Delete Reddit Posts & Comments History on Firefox Browser Add-ons
Upgrade to see all 32 reviews

User reviews

Recent rating average: 2.90
All time rating average: 2.97
Upgrade to see all 32 reviews

Rating filters

5 star
38% (12)
4 star
0%
3 star
13% (4)
2 star
6% (2)
1 star
44% (14)
Date Author Rating Comment
2025-01-18 Ryan Schaefer Works as advertised. Even paid the $10 for full access.
2025-01-02 Firefox user 18761824 $10 fee to use for more then 50 comments a day. this is a simple script and many other extensions do the same thing for every major browser.
2024-12-24 Firefox user 17731675 Pay or get lost, no thanks deleted
2024-12-01 Firefox user 18228797
2024-11-26 Easy Really... $10 for something I could do (and did) in 3 lines of code? Price is very disproportionate to the value here.
2024-05-13 Firefox user 18412067 This isn't worth anywhere near $10.
2024-04-21 Firefox user 18381892 Does what it claims, a very helpful replacement of the now dead 'Nuke Reddit History' extension. Worth the one off fee for lifetime use (I purge my history pretty regularly so I'm happy to pay for it). A lot of the bad reviews here are just people who sound very entitled whining about the fact that a product someone created does in fact cost money.
2024-03-16 Firefox user 11608340 Not payed for it, used this script in the console to delete more than 50 comments. Delete button after it's done deleting hit F12, Ctrl+R to refresh the page Ctrl+V for the code hit enter Ctrl+R after done repeat ad nauseam: \\\ let intervalId = setInterval(() => { try { const deleteButton = document.querySelector('a.togglebutton[data-event-action="delete"]'); const changeStateButtons = document.querySelectorAll('a.yes[onclick*="change_state"]'); console.log('Delete button:', deleteButton); console.log('Change state buttons:', changeStateButtons); if (deleteButton && changeStateButtons.length >= 2) { deleteButton.click(); changeStateButtons[0].click(); changeStateButtons[1].click(); } else { console.error('Elements not found or not enough change state buttons'); clearInterval(intervalId); } } catch (error) { console.error('An error occurred:', error); clearInterval(intervalId); } }, 500); \\\
2024-02-24 Waterfox1000 It works as intended. Yes there's a 50 limit, but rating it 1 star because of that is absurd. App developers have to eat too. On the otherhand, I can see why they'd be upset since the screenshots don't show the limitation and nobody reads the description.
2024-02-21 CherryChef It deletes 50 comments at a time, still quite fast. I understand the need for a paywal, as it likely to some time to create.
Upgrade to see all 32 reviews