Skip to content

Instantly share code, notes, and snippets.

@jbn
Created April 9, 2015 16:53
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 jbn/6ad12d4db12c3d55e8c9 to your computer and use it in GitHub Desktop.
Save jbn/6ad12d4db12c3d55e8c9 to your computer and use it in GitHub Desktop.
Bookmarklet to access academic resources through MASON
<html>
<head>
<title>External Access for GMU Library Resources</title>
</head>
<body>
<a href="javascript:(function() {window.location = 'http://mutex.gmu.edu/login?url=' + window.location;
})();">MASONify</a> Bookmarklet
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment