Programming tricks

Pecker

Retired Moderator
Joined
Mar 5, 2002
Posts
54,502
Media
0
Likes
322
Points
283
I found this in a Google group:

1. Go to Google
2. Click Images
3. Type "dogs" or any other word.
4. You will get a page which is having full of images
5. Then delete the URL from the address bar and paste the following script

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)

I have no idea how this works but I'll bet there are several of you at LPSG who know some tricks of your own.

?
 

nakedwally

Cherished Member
Joined
Dec 3, 2006
Posts
3,078
Media
37
Likes
396
Points
303
Age
43
Location
Plantation (Florida, United States)
Sexuality
No Response
Gender
Male
I found this in a Google group:

1. Go to Google
2. Click Images
3. Type "dogs" or any other word.
4. You will get a page which is having full of images
5. Then delete the URL from the address bar and paste the following script

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)

I have no idea how this works but I'll bet there are several of you at LPSG who know some tricks of your own.

?

whats supposed to happen?
 

Quite Irate

Sexy Member
Joined
Apr 4, 2007
Posts
701
Media
34
Likes
26
Points
248
Sexuality
50% Straight, 50% Gay
^ Didn't work in Firefox. I'm guessing it's the code that makes the images float around the page, though. Am I right? I've seen something like this before.
 

Pecker

Retired Moderator
Joined
Mar 5, 2002
Posts
54,502
Media
0
Likes
322
Points
283
I'm so embarrassed. It worked for me the first time but when I returned it was dead. Recopying it from the source did no good (it's in a private group.) :pat: