PNAS PDF full screener

By ms609 Last update Nov 12, 2008 — Installed 31 times. Daily Installs: 1, 0, 0, 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
// ==UserScript==
// @name           PNAS PDF full screener
// @namespace      pnas.org
// @description    Removes HTML clutter from PNAS screen when viewing PDFs of articles
// @include        http://www.pnas.org*.pdf+html
// ==/UserScript==

window.location.href=window.location.href.substr(0, window.location.href.length-5);