Nice Google trick

GooeyGUI

Senior member
Aug 1, 2005
688
0
76


I got this at this link

I was checking around the net and I found this little Google Trick, and I must say its just toooooo good, you will have to try it to see, I mean you can show it to your friends, your computer teacher and I bet most of them do not know this little neat trick.

It works for other websites but I recommend using it on Google, thats where you will see the trick at its best.

Now follow the steps to check out this cool little trick.

1. Go to http://www.Google.com and Click Image

2. Fill in the search box with anything you like, in my case I had cars.

3. You will get a result page with lots of thumbnail images.

4. Go to http://stumblerz.com/trick.txt and copy the code

5 Paste the code into the address bar of the google window and press enter

:D


 

five40

Golden Member
Oct 4, 2004
1,875
0
0
use (I was bored for 5 mins):

javascript:tempX = 0;tempY = 0;IE = document.all?true:false; if (!IE) document.captureEvents(Event.MOUSEMOVE); document.onmousemove = getMouseXY; 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=tempX+Math. sin(R*x1+ i*x2+x3)* x4+x5; DIS.top=tempY+Math. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval('A()',5); void(0);function getMouseXY(e) {if (IE) {tempX = event.clientX + document.body.scrollLeft;tempY = event.clientY + document.body.scrollTop;} else {tempX = e.pageX;tempY = e.pageY;}return true;}