Skip to content

Instantly share code, notes, and snippets.

@dmentipl
Created October 16, 2019 23:51
Show Gist options
  • Save dmentipl/b537f1802fe305e87c3f3800129c6391 to your computer and use it in GitHub Desktop.
Save dmentipl/b537f1802fe305e87c3f3800129c6391 to your computer and use it in GitHub Desktop.
Bookmarklet to get access to a journal article via Monash library
javascript:(function() { window.location=window.location.toString().replace(/(https*:\/\/)(.*?)\/(.*)/, "$1$2.ezproxy.lib.monash.edu.au/$3"); })()
@dmentipl
Copy link
Author

Put the code above into a bookmark in your web browser.

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