Shqyrtime për Bulk Delete Reddit Posts & Comments History
Bulk Delete Reddit Posts & Comments History nga Glench
Shqyrtim nga Waterfox1000
Vlerësuar me 5 yje nga 5 të mundshëm
nga Waterfox1000, një vit më parë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.
36 shqyrtime
- Vlerësuar me 1 yje nga 5 të mundshëmnga imjacob, 13 ditë më parë
- Vlerësuar me 1 yje nga 5 të mundshëmnga KnOwlEdge, një muaj më parëIt's a while that it doesn't work AT ALL, nisba, nada, null, ZERO.
No idea what this dev is doing with their updates but they must be living in a different world than all of us if they can't even notice that their app doesn't work.
Also, 10 Bucks for this!!!???
NEVER, at that point I prefer to buy Redact which I can use for all possible Social Media.
Really, one of the most ridiculous pricing that I've seen for any digital product ever.Përgjigje zhvilluesi
postuar më një muaj më parëHey Knowledge, sorry it isn't working for you. We've never had a report of it not working at all for anyone. In fact, it works for thousands of other people so I'm wondering what's going on. I'd love to help and fix the issue if possible. Please email me. :) - Vlerësuar me 4 yje nga 5 të mundshëmnga 18855222 përdoruesi Firefox-i, 2 muaj më parëPLEASE Give us the ability to delete comments or posts that are older than a certain day/month/year! Otherwise it works.
- Vlerësuar me 1 yje nga 5 të mundshëmnga 18850825 përdoruesi Firefox-i, 2 muaj më parëpaid for the plugin but it's not actually fully deleting. The old reddit interface shows deleted but the new UI still shows comments even on mobile. Definitely needs some work. Would be nice if it could use the new design as there's clearly a difference in how data is pulled.
What's weird is if you open your profile in a private window they go away. But if you log in with no cache they come back. Maybe there needs to be a different check the plugin does to make sure that data is actually wiped out, I do see it coming back in the reddit api so I'm pretty confused what the heck reddit is even doing there.
Update: Definitely didn't remove anything older than ~3 months old. The old reddit layout is broken and just doesn't show so of course the plugin doesn't work since it's just running a few lines of js. It needs to use the new reddit design.Përgjigje zhvilluesi
postuar më një muaj më parëHey! Please try version 3.5 and see if that fixes the issue. And if it does, please consider revising your review! - Vlerësuar me 5 yje nga 5 të mundshëmnga PJ, 3 muaj më parëYou get what you pay for, and if 10 bucks is too much then someone else out there will scam ya! This works and the Dev spent half an hour helping me by email to get it working. If that isn't 10 USD worth it? Then make your own, I would say.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 16546085 përdoruesi Firefox-i, 3 muaj më parëworks very well, 50 per day for free. was worth for me to pay the $10 to do everything right away
- Vlerësuar me 5 yje nga 5 të mundshëmnga Ryan Schaefer, 3 muaj më parëWorks as advertised. Even paid the $10 for full access.
- Vlerësuar me 1 yje nga 5 të mundshëmnga 18761824 përdoruesi Firefox-i, 4 muaj më parë$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.
- Vlerësuar me 1 yje nga 5 të mundshëmnga 17731675 përdoruesi Firefox-i, 4 muaj më parëPay or get lost, no thanks deleted
- Vlerësuar me 1 yje nga 5 të mundshëmnga 18228797 përdoruesi Firefox-i, 5 muaj më parë
- Vlerësuar me 2 yje nga 5 të mundshëmnga Easy, 5 muaj më parëReally... $10 for something I could do (and did) in 3 lines of code? Price is very disproportionate to the value here.
- Vlerësuar me 1 yje nga 5 të mundshëmnga 18412067 përdoruesi Firefox-i, një vit më parëThis isn't worth anywhere near $10.
Përgjigje zhvilluesi
postuar më 5 muaj më parëHi! The extension is free to use by default but there is a limit if you have lots to delete. If the small one-time lifetime upgrade price represents a financial hardship for you please let me know and maybe we can work something out! - Vlerësuar me 5 yje nga 5 të mundshëmnga 18381892 përdoruesi Firefox-i, një vit më parë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.
- Vlerësuar me 3 yje nga 5 të mundshëmnga 11608340 përdoruesi Firefox-i, një vit më parë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);
\\\ - Vlerësuar me 5 yje nga 5 të mundshëmnga CherryChef, një vit më parë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.
- Vlerësuar me 1 yje nga 5 të mundshëmnga 15195126 përdoruesi Firefox-i, një vit më parëread the desc. up to 50 free deletions per day.
- Vlerësuar me 5 yje nga 5 të mundshëmnga 15524226 përdoruesi Firefox-i, një vit më parëEasy deleting of your Reddit contributions. The one time fee is reasonable and the deletion is quick and painless. If you don't want Reddit using your input for big data, this is the extension to get.
- Vlerësuar me 1 yje nga 5 të mundshëmnga 16641827 përdoruesi Firefox-i, një vit më parëDo not pay for this its manually limited to take your money. Simply run this code in the console then refresh and repeat:
```js
let intervalId = setInterval(() => {
try {
document.querySelector('a.togglebutton[data-event-action="delete"]').click();
document.querySelector('a.yes[onclick*="change_state"]').click();
document.querySelector('a.yes[onclick*="change_state"]').click();
} catch (error) {
console.error('Done this page of comments');
clearInterval(intervalId); // Stop the infinite loop
}
}, 500);
``` - Vlerësuar me 5 yje nga 5 të mundshëmnga Joker3069, një vit më parëWorks as advertised. Worth the 10 bucks
- Vlerësuar me 4 yje nga 5 të mundshëmnga 18133173 përdoruesi Firefox-i, një vit më parëI was going to give it 5 stars but I see the price was raised from $8 to $10 and that's kinda some BS but it otherwise does what it says it will do.
- Vlerësuar me 1 yje nga 5 të mundshëmnga Peter, 2 vite më parëAsks for $9.99 after 50 posts. Decided to write up a simple script to do pretty much what it does.
aHR0cHM6Ly9wYXN0ZWJpbi5jb20vZzBNcUN1aUY=
(look up base64 if you don't know what this is!) - Vlerësuar me 1 yje nga 5 të mundshëmnga kcufuoyeid, 2 vite më parëTo have my comments on reddit permanently archived and then lose control of my account because somebody was bored. No explanation by a human and complete disregard for an appeal. If I can't use my account why should reddit benefit from my content. Making me pay to purge content on an account that I can no longer use is adding insult to injury. I tried the free mode and it doesn't really do much of anything anyways.
- Vlerësuar me 5 yje nga 5 të mundshëmnga Quotidian712, 2 vite më parëI wanted a tool to bulk delete Reddit posts & comments. This extension enabled to delete 50 for free, and more with a one time payment.
I, however, had less that 50 posts and comments.
The extension succeeded at deleting them.
I am satisfied with this extension. - Vlerësuar me 5 yje nga 5 të mundshëmnga DJ_Disk-Jockey, 2 vite më parëI paid the $8 and it worked exactly as I wanted it to. Didn't take very long either, maybe 10 minutes for 12 years of history.