UIUC-Library-Proxy-Server-Bookmarklet
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Tiny javascript bookmarklet for accessing University of Illinois library resources off campus
I got tired of manually typing in ".proxy2.library.illinois.edu" after the domain when trying to access articles off campus. Here's a quick-and-dirty bookmarklet that'll save you a little typing. Check out the page at http://sunahsuh.github.com/UIUC-Library-Proxy-Server-Bookmarklet/ for a link you can drag to your bookmarks bar.

Here's the javascript snippet it uses:

> javascript:location.href=("https://proxy2.library.illinois.edu/login?url=" + location.href);

Feel free to email me at sunahsuh at illinois dot edu if you encounter issues.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。