This will be a short post. The title kind of describes the gist of the situation. Due to an awesome link provided by a poster on ycombinator, you can enjoy turning any webpage into a star... or whatever the hell you made when you rolled up stuff in that game.
http://kathack.com/
Head to that link for the info. Here's the code regardless, put it into your address bar:
javascript:var i,s,ss=['http://kathack.com/js/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];for(i=0;i!=ss.length;i++){s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0);
Mirror from github:
javascript:var i,s,ss=['https://github.com/seancron/kathack/raw/master/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];for(i=0;i!=ss.length;i++){s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0);