Skip to content

Instantly share code, notes, and snippets.

@gaurav
Created June 5, 2013 04:42
Show Gist options
  • Select an option

  • Save gaurav/5711655 to your computer and use it in GitHub Desktop.

Select an option

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

gaurav commented Jun 5, 2013

Copy link
Copy Markdown
Author

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