GLB Hide Banner

By zaqf Last update Sep 16, 2008 — Installed 510 times.
// ==UserScript==
// @name           Hide Banner
// @namespace      www.goallineblitz.com
// @description    Hide the GLB Banner
// @include        http://goallineblitz.com/*
// @exclude        http://goallineblitz.com/game/replay.pl*
// ==/UserScript==



document.getElementById('header').setAttribute ("style","height:0px;");
document.getElementById('toolbar').setAttribute ("style","positioning: absolute; top: 0px;");
document.getElementById('content').setAttribute ("style","positioning: relative; top: -75px;");