There are 1 previous version of this script.
// ==UserScript==
// @name Stack Overflow Ad Hider
// @namespace http://www.jonathanbuchanan.plus.com/repos/greasemonkey/
// @include http://stackoverflow.com*
// ==/UserScript==
GM_addStyle('.welovestackoverflow, .everyonelovesstackoverflow { display: none; }');