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()};