Science snippet expander

By ms609 Last update Mar 16, 2009 — Installed 21 times. Daily Installs: 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Science snippet expander
// @namespace      geological-supplies.com
// @description    Expands summeries of articles, if you have permission
// @include        http://www.sciencemag.org*/cgi/content/summary/*
// ==/UserScript==

window.location.href = window.location.href.replace('summary', 'full');