Step 1: Goto www.google.com (not www.google.com.sg or any other local google)
Step 2: Delete everything in the address bar, then copy paste the following:
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);
Step 3: Press Enter
(Source: mvzone.blogspot.com)
Subscribe to:
Post Comments (Atom)
what is supposed to happen? anything useful?? it doesnt seem to work :P
ReplyDeleteThe "Google" moves around the screen... it does work... i checked in IE7 and Firefox 2.0...
ReplyDeletemake sure u r in google.com and not in any other local google like google.com.sg... it works only in google.com...
how do u force it to go to .com? mine keeps redirecting to .com.sg even if i go to .com! so how?
ReplyDeleteYou can click on 'Go to Google.com', bottom-right corner.
ReplyDeleteThe reason it doesn't work, is that only google.com uses <img> tags, whereas the localised ones use background images - the javascript relies on the document.images collection.