NYTimes Jump and Skip

By shaane Last update Mar 11, 2009 — Installed 129 times.

There are 1 previous version of this script.

// ==UserScript==
// @name           NYTimes Jump and Skip
// @description    Skips the header and banner ad straight to the article title.
// @include        http://www.nytimes.com/19*
// @include        http://www.nytimes.com/20*
// ==/UserScript==

window.location.hash="articleBodyLink";