Quakelive non-pay players?

Comments
13
thanks :)
scr_meta=<><![CDATA[
// ==UserScript==
// @name Quake Live No PreGame Ads
// @version 1.1
// @namespace http://userscripts.org/users/56290
// @description Remove PreGame Ads from Standard Accounts
// @include http://www.quakelive.com/*
// ==/UserScript==
]]></>.toString();

skipAd = unsafeWindow;
skipAd.CheckForPreGameAd = function(a) {
if (skipAd.qz_instance.IsGameRunning()) {
skipAd.qz_instance.SendGameCommand("quit;");
skipAd.currentServerId = 0
}
skipAd.DoLaunchGame(a);
skipAd.SetGameModeDefaults();
skipAd.SetCvar("in_nograb", 0);
skipAd.qz_instance.SendGameCommand("in_nograb 0; in_restart;");
setTimeout(function(){skipAd.qz_instance.SendGameCommand("in_nograb 0; in_restart;");}, 4000);
};


where do i put that, also i want a script for the new maps and im happy x] aerowalk looks kewl
download https://addons.mozilla.org/en-US/firefox/addon/748/ (I'm assuming you use firefox) then once that addon is installed, just hit the 'install' button on the site I linked to
Parent
u have to download greasemonkey @ firefox addons
after that u click the link whichfusen posted before and press install

done
Parent
bye bye quakelive
enjoy the 1 week you have till its fixed.
Post on esr for epenis++

Your one fan is an alien \o/
I don't know anyone on esr that might find this useful, saw loads of whine from people on here about the pay situation tho :P
Parent
danke !
Back to top