Vice Underdogs

Discussion => Off Topic => Topic started by: Crossfire|OutlawZ on November 22, 2009, 07:40:17 am

Title: Cool Tricks!
Post by: Crossfire|OutlawZ on November 22, 2009, 07:40:17 am
hey guys...these tricks are really cool!

step 1: goto google images and search anything u want...

step 2: now put this code (below) in the adress bar then see the magic

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);

and
copy these words (one at a time) and paste it at google.com and click "I am Feeling Lucky"

"google l33t"
"google loco"
"google gothic"
"google easter egg"


Title: Re: Cool Tricks!
Post by: Thijn on November 22, 2009, 09:44:13 am
hehe nice tricks :D
Title: Re: Cool Tricks!
Post by: Darfy on November 22, 2009, 12:54:55 pm
cool tricks man :P
Title: Re: Cool Tricks!
Post by: Kong on November 22, 2009, 04:56:30 pm
Code: [Select]
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.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.tan(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.tan(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);you can also edit a website with this
Code: [Select]
javascript:document.body.contentEditable ='true'; document.designMode='on'; void 0 XD