Created
August 8, 2012 17:45
-
-
Save noamross/3297009 to your computer and use it in GitHub Desktop.
A bookmarklet that takes you straight to the JSTOR pdf
This file contains 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() {window.location=window.location.toString().replace(/^http:\/\/www\.jstor\.org\/stable\/.*\/(.*?)$/,'http://www.jstor.org/stable/pdfplus/$1.pdf?acceptTC=true');}()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.