Visit >> My New BLOG!!!!

Thursday, October 25, 2007

Google Flying Images On Image Search

I just wanna share with you this very cool trick I learned . . . and may you find this, cool too!

So here are the steps.

1. Open your web browser ( Microsoft Internet Explorer 5 and up or Mozilla Firefox

2. Go to Google.

3. Click "Images" or "Mga Larawan" located above the search engine.

4. Type anything on it (ex. animals) and hit [Enter]

5. When the image results are done and fully displayed, copy ( [Ctrl]*[C] ) the whole code below and paste ( [Ctrl]*[V] ) it on the Address bar and hit [Enter]!

The code:

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)


The images will FLY! Cool, isn't it? =)

1 comment:

Anonymous said...

The code isn't complete on this...