Skip to content

Instantly share code, notes, and snippets.

@jrk
Created June 13, 2009 22:48
Show Gist options
  • Save jrk/129461 to your computer and use it in GitHub Desktop.
Save jrk/129461 to your computer and use it in GitHub Desktop.
A bookmarklet to redirect your current browser page through MIT's Proxy, useful for browsing ACM Portal, etc. Drag it to your bookmarks toolbar, and click it on any page to view that page through the MIT proxy.
<a href="javascript:location.href='https://libproxy.mit.edu/cgi-bin/ezpauth?url='+location.href">MIT proxy</a>
javascript:location.href='https://libproxy.mit.edu/cgi-bin/ezpauth?url='+location.href
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment