Skip to content

Instantly share code, notes, and snippets.

@linktoming
Created March 30, 2012 16:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save linktoming/2252668 to your computer and use it in GitHub Desktop.
Save linktoming/2252668 to your computer and use it in GitHub Desktop.
Batch Delete Amazon Kindle Library Items
Credit and Usage: http://www.mobileread.com/forums/showthread.php?t=162972
javascript:(function(){ var v = new RegExp("PersonalDocuments"); if (!v.test(document.URL)) { return false; } {a=document.getElementsByClassName('rowBodyCollapsed');for(var i = 0; i<a.length; i++){Fion.deleteItem('deleteItem_'+a[i].getAttribute('asin'));};return; }})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment