Wikipedia Donation Remover

By hirak99 Last update Nov 25, 2007 — Installed 738 times. Daily Installs: 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0
// ==UserScript==
// @name           Wikipedia Donation Remover
// @version        0.1
// @date           2007-11-25
// @include        http://*.wikipedia.org/w*
// ==/UserScript==
sitenote=document.getElementById('siteNotice');
if (sitenote)
	sitenote.parentNode.removeChild(sitenote);