Skip to content

Instantly share code, notes, and snippets.

@noamross
Created August 8, 2012 17:45
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 noamross/3297009 to your computer and use it in GitHub Desktop.
Save noamross/3297009 to your computer and use it in GitHub Desktop.
A bookmarklet that takes you straight to the JSTOR pdf
javascript:(function() {window.location=window.location.toString().replace(/^http:\/\/www\.jstor\.org\/stable\/.*\/(.*?)$/,'http://www.jstor.org/stable/pdfplus/$1.pdf?acceptTC=true');}())
@noamross
Copy link
Author

noamross commented Aug 8, 2012

Hit this bookmarklet when you are on a JSTOR page for a journal article and it will take you straight the the PDF without having to click through the terms of service or open a new window.

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