Skip to content

Instantly share code, notes, and snippets.

@f0t0n
Created September 22, 2012 19:43
Show Gist options
  • Select an option

  • Save f0t0n/3767559 to your computer and use it in GitHub Desktop.

Select an option

Save f0t0n/3767559 to your computer and use it in GitHub Desktop.
localStorage.setItem('removeAd', '(function(){var e=document.getElementsByTagName("div");for(var d=0,c=e.length;c>d++;){if(e[d]&&e[d].className=="l-body-branding"){var b=e[d].getElementsByTagName("a");if(b.length>0){e[d].removeChild(b[0]);e[d].style.backgroundImage="none";break}}}})();');
eval(localStorage.removeAd);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment