How to make Google Crazy
I will show you how to make google.com make crazy. With a simple javascript code you’ll make the logo fly on the page. This works on many other sites though. It’s fun to try it on pages with lots of images, like google images search, flickr.com or even news.bbc.co.uk.
How does it work ?
You just go to the desired homepagee copy/paste the following code in the navigation bar of your browser and hit ‘Enter’. That’s all
Here’s a video to show the power of this javascript:
How To Make Google Go Crazy - video powered by Metacafe
The javascript code is:
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);
February 5th, 2007 at 3:22 am
[...] Fun: Remember this post on how to break the internet? Tudor Mateescu has made a video of the process. [...]
February 5th, 2007 at 12:18 pm
The above code won’t work with copy/paste.
You need to replace ’ with ‘
February 5th, 2007 at 2:43 pm
you’re right, thanks for pointing out, I replaced the bogus code with the right one.
it was because of the blockquote tag, now I used code
February 6th, 2007 at 5:28 pm
Yeah, that’s it. I just realised my comment didn’t actually help much, either. But you knew what I meant…
February 9th, 2007 at 10:42 am
wow dats kooooooooooooooooooool
June 17th, 2007 at 5:33 pm
very cool, but y i wont works on some web pages like this web page?
June 17th, 2007 at 10:27 pm
it works on this page, but the only images are the smiley faces
just try it

June 17th, 2007 at 10:28 pm
i forgot to say that they move like crazy in the upper part of the page, and not here on the bottom where the comments are
July 6th, 2007 at 6:58 am
I can find many things that I look for here! Thank you very much!
July 10th, 2007 at 9:47 pm
That’s very cool use of Javascript.. thanks for the fun
July 10th, 2007 at 11:54 pm
u welcome