Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReedJessen/0be47c9433cf0b525b3863b545002340 to your computer and use it in GitHub Desktop.
Save ReedJessen/0be47c9433cf0b525b3863b545002340 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment