Jump to content
WnSoft Forums

**** OFF TOPIC ****


quietstorm

Recommended Posts

Here is something you need to try! :)

A really cool Google trick!!

1. Go to Google

http://www.google.com

2. Click "images" in the upper left corner

3. Fill in "bikes, flowers, cars" or any other word. Click on "search images"

4. You will get a page with a lot of images that are thumbnailed.

5. Now delete the URL in the address bar

( Example:http://images.google.nl/images?hl=nl&q=flowers&btnG=Afbeeldingen+zoeken&gbv=2 )

6. Copy the script below, and paste it in the adress bar

Code:

java script: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)

7. Press "Enter" on your keyboard

8. Click on "refresh/reload" to return to the normal page!

ENJOY!! :)

Bart

Link to comment
Share on other sites

Doesn't do anything for me, if I copy the whole script for some reason, when I paste I just get "Code:" put in the Address bar and then I get an unfound page, if I leave out "Code:" and copy just the Java Script, I get a message saying Windows cannot find the Java Script. If I copy and paste just the Java Script and then put "Code: " before it, my PC just sits and thinks and doesn't do anything.

Tony

Link to comment
Share on other sites

Tony..

I found the problem! :)

The above code needs to be in one line...

Try this link at my web site for the code.

http://www.multimediaenthusiasts.com/google.txt

Sorry ..hope the above link will do it! :)

ENJOY

Bart

Doesn't do anything for me, if I copy the whole script for some reason, when I paste I just get "Code:" put in the Address bar and then I get an unfound page, if I leave out "Code:" and copy just the Java Script, I get a message saying Windows cannot find the Java Script. If I copy and paste just the Java Script and then put "Code: " before it, my PC just sits and thinks and doesn't do anything.

Tony

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...