// ==UserScript==
// @name Cut Fella Ad
// @namespace http://solitude12.deviantart.com/
// @description Cuts the annyoing deviantART Fella Ad in half
// @include http://*.deviantart.com/*
// ==/UserScript==
GM_addStyle('img[src="http://st.deviantart.com/minish/widgets/fellajesus.gif"] { margin-top:-110px; padding-bottom:71px; background:url(http://img521.imageshack.us/img521/8601/fellajesusnd8.gif) no-repeat bottom right;}');
