-
-
Save syareez/a3ccfd9ce25f60442c8814d6db4f1280 to your computer and use it in GitHub Desktop.
| Open up browser console, for Chrome, hit F12 and copy-paste and enter this | |
| $("a").filter(function(index){return $(this).text()==="unsave"}).click();setTimeout(function(){location.reload();},500); | |
| Repeat until all items are unsaved. |
https://github.com/j0be/PowerDeleteSuite
So this still has lots of comments. This repo above is what you want. It's great. You'll see.
I tested many existing methods. Most do not work, likely because they are outdated. Some rely on old.reddit.com, which is throttled and frequently returns 429 Too Many Requests errors. Because of this, I wrote my own script that is fast and reliable.
I tested it on over 900 posts and it performed very well. At the moment, it does not support comments or text-only posts and cannot unsave them.
(Not self-promotion. Just a community service.)
The code is available in this repository: https://github.com/iamxeeshankhan/reddit-posts-actions
Hey, everything here was outdated or required some manual stuff for me, so I made a quick userscript that works for old.reddit.com. Just copy-paste it into Tampermonkey/Greasemonkey and it handles unsaving posts automatically, it refreshes the page etc so you can just run it in the background.
Check it out here: https://github.com/Zakaboy26/auto-unsave-reddit
If you're using old reddit, you can paste this in your console once you're in the saved tab:
You might have to make the breaks between batches longer to avoid triggering the rate limiter. The random range between each action might also not be necessary. It did the job for me.