View journal articles your institution has access to

By ms609 Last update Feb 7, 2009 — Installed 75 times. Daily Installs: 0, 3, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           View journal articles your institution has access to
// @namespace      geological-supplies.com
// @description    If your institution uses EZproxy to allow off-campus access to web pages, this script will redirect you to a version you have access to.
// @include        http://www.nature.com/*
// @include http://www.scopus.com/*
// @include http://www.informaworld.com/*
// @include http://www*.interscience.wiley.com/*
// @include http://www.gsajournals.org/*
// @include http://arjournals.annualreviews.org/*
// @include https://commerce.metapress.com/*
// @include http://journals.royalsociety.org/*
// @include http://*.geoscienceworld.org/*
// @include http://www.sciencedirect.com/*
// @include http://www.jstor.org/*
// @include http://journals.cambridge.org/*
// @include http://www.springerlink.com/*
// @include http://www.pnas.org/*
// @include http://www.pnas.org/*
// @include http://www.oed.com/*
// @include http://www.isiknowledge.com/*
// @include http://sub3.isiknowledge.com/*
// @include http://apps.isiknowledge.com/*
// @includeisiknowledge.com/*
// @include http://www.bioone.org/*
// @include http://www.ingentaconnect.com/*
// @include http://scitation.aip.org/*
// @include http://jgs.lyellcollection.org/*
// @include http://www.journals.uchicago.edu/*
// @include http://jme.bmj.com/*
// @include http://*.sciencemag.org/*
// @exclude *?CRETRY=1&SRETRY=0
// ==/UserScript==

window.location.href=window.location.href.replace(/sub3/, "apps").replace(/Error[\?\/].*/i, "").replace(/([^\/])\/(?!\/)/, "$1.myaccess.library.utoronto.ca/");