csportsnowait

By Conor Buckley Last update Nov 24, 2005 — Installed 281 times.
// ==UserScript==
// @name          csportsnowait
// @namespace     http://quixote.at.preempted.net/
// @description   Continue automatically with Free Trial *with no wait*
// @include       http://csports.net/*
// @exclude       
// ==/UserScript==

var gbody = document.body.innerHTML;

if (gbody.match("THE PAGE YOU HAVE REQUESTED IS A PREMIUM FEATURE")){
	document.getElementById('_PageTemplate_Continue').disabled=false;
	document.getElementById('_PageTemplate_Continue').click();
}