Skip to content

Instantly share code, notes, and snippets.

@moluapple
Forked from linktoming/Description
Created October 23, 2012 15:13
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 moluapple/3939324 to your computer and use it in GitHub Desktop.
Save moluapple/3939324 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