Updated

in
Subscribe to Updated 2 posts, 1 voice



ajorpheus Scriptwright

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

 
ajorpheus Scriptwright

Changed the element id to esn

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel