newz-noadz

By Daniel Ørsted Last update Sep 29, 2006 — Installed 261 times. Daily Installs: 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           newz-noadz
// @namespace      http://youngpup.net/userscripts
// @description    Remove the ads, and containing DIVs from newz.dk
// @include        http://newz.dk/*
// @include        http://*.newz.dk/*
// ==/UserScript==

(function () {
	document.getElementById("head").style.display="none";
	document.getElementById("a401991d").parentNode.parentNode.parentNode.style.display="none";
})();