Skip to content

Instantly share code, notes, and snippets.

@zhao-gang
Created September 27, 2012 14:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhao-gang/3794349 to your computer and use it in GitHub Desktop.
Save zhao-gang/3794349 to your computer and use it in GitHub Desktop.
批量删除 amazon 个人文档
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; }})();
@JerryCui
Copy link

JerryCui commented Feb 2, 2019

how to use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment