Created
July 6, 2016 23:41
-
-
Save kobapan/d04442c82fb8e3793b1a5988829c1304 to your computer and use it in GitHub Desktop.
Bookmarklet_Clip_to_Evernote.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var%20x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new%20Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
932893