To access "scholarly" works through the University of Toronto Library's proxy server, drag this link to your bookmark bar:
- UofTize bookmarklet
Click it whenever you're on a journal site that needs a subscription, and it'll become accessible!
source code:
javascript: l=location; l.href = l.protocol + '//' + l.hostname + '.myaccess.library.utoronto.ca' + l.pathname + l.search + l.hash;
One-Click Bookmarklet
This one requires only one click. Make sure you edit it first and replace {library card} and {pin} with your library card and PIN numbers.
source code:
javascript:document.body.innerHTML += '<form id="dynForm" action="https://login.library.utoronto.ca/cgi-bin/reg_log.pl" method="post"><input type="hidden" name="url" value="'+document.location+'"><input type="hidden" name="user" value="{library card}"><input type="hidden" name="pass" value="{pin}"></form>'; document.getElementById("dynForm").submit();
