Skip to content

Instantly share code, notes, and snippets.

@anekos
Created May 6, 2012 04:45
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anekos/2613921 to your computer and use it in GitHub Desktop.
Save anekos/2613921 to your computer and use it in GitHub Desktop.
evernote web clipper のメソッド一覧
evernote_doAction( document.popupNode, 'CLIP_ACTION_FULL_PAGE' );
evernote_doAction( document.popupNode, 'CLIP_ACTION_IMAGE' );
evernote_doAction( document.popupNode, 'CLIP_ACTION_SELECTION' );
evernote_doAction( document.popupNode, 'CLIP_ACTION_URL' );
evernote_doAction( document.popupNode, 'NEW_NOTE_ACTION' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment