anonymouse.org Ad Remover

By Dave 4 Last update Sep 30, 2006 — Installed 2,842 times.
// ==UserScript==
// @name          anonymouse.org Ad Remover
// @namespace     http://www.notlost.us/scripts
// @description	  Removes the ad when surfing using anonymouse.org.
// @include       http://*anonymouse.org/*
// @exclude       
// ==/UserScript==
	
(function() {
	document.getElementById('mouselayer').style.display="none";
})();