Scholars' Portal -> PDF full text

By ms609 Last update Feb 7, 2009 — Installed 66 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Scholars' Portal -> PDF full text 
// @namespace      geological-supplies.com
// @include        http://scholarsportal.info*/cgi-bin/sciserv.pl?collection=journals&*
// ==/UserScript==

links = document.getElementsByTagName("a");
window.location.href = links[10].href;