Skip to content

Instantly share code, notes, and snippets.

@talebook
Created August 5, 2014 05:00
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 talebook/c5444cd55acc93ebd847 to your computer and use it in GitHub Desktop.
Save talebook/c5444cd55acc93ebd847 to your computer and use it in GitHub Desktop.
删除kindle里的个人文档
objs = jQuery(".evenhide, .oddhide");
for ( var i = 0; i < objs.length; ++ i ) {
t = objs[i];
n = "deleteItem_" + t.getAttribute("asin");
Fion.deleteItem( n );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment