Okay while browsing last night i came acrros the most bad ass browser script I have ever seen. Its pretty much useless but that does not take away fromt he coolness/wowfactor.
make a google image search. Search for something nice. hiedi klum, boob or whatever you wanna see. when you see all the images copy and paste the following 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)
Hit enter and watch the math unfold. This trick works with all the browsers I’ve tested, firefox, ie and safari.
pretty neat huh.


cyberpunk said,
11-29-2007 in 07:10:20 at 72.27.37.133Oh. I fogot to add you can make it go faster by clicking on the address bar and hitting enter again. Refresh should work but for some reason it reloads the google images search result page and not the javascript function.