Skip to content

Instantly share code, notes, and snippets.

@HungYuHei
Created December 15, 2012 05:32
Show Gist options
  • Save HungYuHei/4291530 to your computer and use it in GitHub Desktop.
Save HungYuHei/4291530 to your computer and use it in GitHub Desktop.
batch delete kindle's archived personal documents
items = document.getElementsByClassName('rowBodyCollapsed');
for(var i = 0; i < items.length; i++) {
Fion.deleteItem('deleteItem_' + items[i].getAttribute('asin'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment