Disable pathtraq splash screen

By koyachi Last update Aug 8, 2007 — Installed 71 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Disable pathtraq splash screen
// @namespace      http://d.hatena.ne.jp/koyachi
// @include        http://pathtraq.com/*
// ==/UserScript==

(function() {
  unsafeWindow.onload = function(){};
})();