Skip to content

Instantly share code, notes, and snippets.

@ArdaXi
Created February 25, 2011 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArdaXi/843765 to your computer and use it in GitHub Desktop.
Save ArdaXi/843765 to your computer and use it in GitHub Desktop.
Due to financial issues, we have to give up space to EA.
// ==UserScript==
// @description Due to financial issues, we have to give up space to EA.
// @include http://*gaming.stackexchange.com*
// ==/UserScript==
(function(){var d="Dead Space 2",a="dead-space-2",b=[[/\/space/,"/"+a],[/"tag">space</,'"tag">'+a+"<"],[/Dead\ Space(?!\ 2)/g,d],[/[sS]pace(?![- ]?2)/g,d]];for(var c=0;c<b.length;c++){document.body.innerHTML=document.body.innerHTML.replace(b[c][0],b[c][1])}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment