Created
October 16, 2019 23:51
-
-
Save dmentipl/b537f1802fe305e87c3f3800129c6391 to your computer and use it in GitHub Desktop.
Bookmarklet to get access to a journal article via Monash library
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() { window.location=window.location.toString().replace(/(https*:\/\/)(.*?)\/(.*)/, "$1$2.ezproxy.lib.monash.edu.au/$3"); })() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put the code above into a bookmark in your web browser.