Skip to content

Instantly share code, notes, and snippets.

@st63jun
Forked from tdtds/delete_personal_document.js
Created October 26, 2012 15:44
Show Gist options
  • Select an option

  • Save st63jun/3959516 to your computer and use it in GitHub Desktop.

Select an option

Save st63jun/3959516 to your computer and use it in GitHub Desktop.
Kindle Personal Documentの一覧に一発削除用の「×」マークを付けるBookmarklet
javascript:jQuery('span.headerStatus').each(function(){var%20e=jQuery(this);e.append(jQuery('<a>').attr('href',e.attr('id').replace(/^Row.*_/,'javascript:Fion.deleteItem("deleteItem_')+'");').text('%C3%97'))});void(0)
@st63jun

st63jun commented Oct 26, 2012

Copy link
Copy Markdown
Author

手元のFirefox Aurora 17.0a2で動くようにした

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