Skip to content

Instantly share code, notes, and snippets.

@jerryw
Forked from wildjcrt/gist:2007247
Created October 26, 2012 12:42
Show Gist options
  • Save jerryw/3958549 to your computer and use it in GitHub Desktop.
Save jerryw/3958549 to your computer and use it in GitHub Desktop.
batch delete Kindle Personal Document js code
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