Post date: Mar 15, 2011 2:44:02 PM
Interesting code snippet I saw today: http://kathack.com
This works best in Chrome or Firefox4. Basically it turns a webpage into the game Katamari Damacy.
Here is the code snippet to paste into the address bar of a web page and hit enter:
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);