• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Nice Google trick

GooeyGUI

Senior member


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

😀


 
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;}
 
Back
Top