RedHotPawn: Remove ads

By David Winterbottom Last update Nov 28, 2005 — Installed 621 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
David Terhart Scriptwright

I wrote a similar script to skip the ad pages that sometimes appear, let's see if uploading it to this site works. Else you may want to try and copy this:

// ==UserScript==
// @name redhotpawn-skip-ad
// @author davidbest
// @version 1.0
// @description Skips the redhotpawn.com advertisement
// pages that "appear periodically between moves for non-subscribers"
// and forwards straight to the game.
// @include http://www.redhotpawn.com/*
// @include http://www.chessatwork.com/*
// @include http://www.redhotchess.com/*
// @include http://www.timeforchess.com/*
// ==/UserScript==

var URL = window.location.href;

if(URL.search("subsnag")!= -1) {
window.location.href="http://www.redhotpawn.com/core/playchess.php"+location.search+"&nonag=true";
}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel