// ==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";
})();