Auto Open Tactics Arena

By BrendenAC Last update Jan 25, 2009 — Installed 72 times.

There are 2 previous versions of this script.

// ==UserScript==
// @name           Auto Open Tactics Arena
// @include        http://*tacticsarenaonline.com*
// @description Was the remove page visibility but I decided to change it to the auto open script so it will direct you strait to the playing room when you go to the tactics arena website.
// ==/UserScript==

window.location="http://tacticsarenaonline.com/play/pfstaoplayer.php";
onload = function () {location.reload()};