Created
June 13, 2009 22:48
-
-
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.
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
<a href="javascript:location.href='https://libproxy.mit.edu/cgi-bin/ezpauth?url='+location.href">MIT proxy</a> |
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: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