Banner Delete for TribalWars by wolfie

By go2wolfie Last update Sep 18, 2007 — Installed 729 times. Daily Installs: 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 5, 2, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1
// ==UserScript==
// @name           	Banner Delete for TribalWars by wolfie
// @author		r0nin
// @description		deleting advertisement on TribalWars\DieStaemme\Plemiona
// @include        	http://*.ds.innogames.*/*
// @include        	http://*.plemiona.pl/*
// @include        	http://*.tribalwars.*/*
// @include        	http://*.die-staemme.*/*
// ==/UserScript==

var loc=window.location.href;

if(loc.indexOf('no_top')!=-1){
	parent.document.body.cols = "*,0";
}else{
	parent.document.body.rows = "0,*";
}