in 2 posts, 1 voice
// ==UserScript== // @name Gigapedia.com: Hide "Dear Adblock User" Message // @namespace userscripts.org // @description hide the message that admonishes Adblock users // @include http://gigapedia.com/* // @include http://*.gigapedia.com/* // ==/UserScript==
var elmDeleted = document.getElementById("esn"); elmDeleted.parentNode.removeChild(elmDeleted);
Changed the element id to esn
<code>
<pre>
<
>