GameSpot Ad Skipper

By Neewb Last update Jul 20, 2008 — Installed 882 times. Daily Installs: 0, 1, 0, 3, 2, 2, 2, 1, 1, 2, 2, 1, 2, 3, 1, 1, 0, 1, 2, 2, 2, 4, 2, 2, 1, 2, 6, 1, 0, 3, 1, 3
// ==UserScript==
// @name           GameSpot Ad Skipper
// @description    Skip ad page
// @include        http://*.gamespot.com/*
// ==/UserScript==

if (document.evaluate('//a[contains(text(),"Click here to continue to GameSpot")]', document, null, 8, null).singleNodeValue) {
    location.href = 'http://chkpt.zdnet.com/chkpt/gs_skip_pre/http://www.gamespot.com';
}