Found a really good Google hack, which basically makes the logo dance on the screen. Here’s how to do it:

1. Go to http://www.google.com/webhp?hl=en

2. Copy and paste the following url and paste unto the navigation bar of the page (replacing the previous url)

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=’absolute’; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval(‘A()’,5); void(0);

3. Hit Enter and see the logo dance!

As you may have guess this is really just the javascript at work, but hey, for the fun of it.

You can try the hack on other .com sites with any pictures logo as well, however not all will work though.

via [Helpero]

No TweetBacks yet. (Be the first to Tweet this post)

No related posts.