Skip to content

Instantly share code, notes, and snippets.

@gaurav
Created June 5, 2013 04:42
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 gaurav/5711655 to your computer and use it in GitHub Desktop.
Save gaurav/5711655 to your computer and use it in GitHub Desktop.
Bookmarklet to add selection (i.e. DOI or URL) to CiteULike
javascript:(function(){var t=window.getSelection?window.getSelection().toString():document.selection.createRange().text; window.location="http://www.citeulike.org/posturl?url="+t;})()
@gaurav
Copy link
Author

gaurav commented Jun 5, 2013

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