Amazing Katamari game in Google Chrome- Check it out!
If you are not in a mood to work, Katamari is a must thing to check out! An anonymous coder has put together amazing piece of Javascript code. Open any of your favorite websites in Google Chrome and simply copy-paste the below given Javascript code into your address bar.
Code :
javascript:var h='http://174.129.249.239/js/',i,n,ss=['http://ajax.googleapis.
com/ajax/libs/jquery/1.5.1/jquery.min.js',h+'Renderables.js',h+'Game.js'];
for(i=0;i<ss.length;i++){n=document.createElement("script");n.src=ss[i]+'?'+
Date.now();document.head.appendChild(n);}
This Katamari can be made to roll around the page using the mouse and the
ball size increases its size with every click. Every right click will move
the ball in the direction your mouse is pointing and will also increase the
size of the ball.The ball will pick everything from images, text and
anything that come in the way.