Forked from syareez/Reddit Unsave all posts and comments
Created
February 10, 2022 01:43
-
-
Save professorjamesmoriarty/9120d7d4bb9a325e1b2b865775d44a15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment