tar.hu design fix

By KARASZI István Last update Jan 9, 2008 — Installed 64 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           tar.hu design fix
// @namespace      http://persistent.info/greasemonkey
// @include        http://*.tar.hu/*
// @description    This scripts compacts the header of the page to make it more content oriented.
// ==/UserScript==
GM_addStyle("div.magnum { display: none; }");
GM_addStyle("div.main2menuRight { top: 46px; }");
GM_addStyle("p.tarlogo img { width: 30px; height: 30px; }");
GM_addStyle("div.main2top { height: 20px; }");
GM_addStyle("div.quickstat { display: none; }");
GM_addStyle("iframe.adtop { display: none; }");