Tuesday, March 15, 2011

Katamari Damacy for the web

Paste the following code into the Chrome command line to turn any web page into Katamari Damacy:
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);