1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Nice google trick

Discussion in 'General' started by r4tch3t, 17 Sep 2008.

  1. r4tch3t

    r4tch3t hmmmm....

    Joined:
    17 Aug 2005
    Posts:
    3,166
    Likes Received:
    48
    I found this on a site I stumbled across link.

    What you do is go to google, do an image search for anything, then type this into the address bar
    Code:
    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)
    Have fun.

    EDIT:got a better one from Gooey GUI

    Code:
    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;}
     
    Last edited: 22 Sep 2008
  2. veryevil

    veryevil Minimodder

    Joined:
    14 Aug 2005
    Posts:
    1,228
    Likes Received:
    34
    Ha Ha Ha thats great! WIN.
     
  3. severedhead

    severedhead What's a Dremel?

    Joined:
    19 Dec 2002
    Posts:
    1,479
    Likes Received:
    1
    Haha, awesomly weird.
     
  4. modgodtanvir

    modgodtanvir Prepare - for Mortal Bumbat!

    Joined:
    28 May 2007
    Posts:
    1,960
    Likes Received:
    2
    lol... the fun of Javascript :geek:
     
  5. DarkLord7854

    DarkLord7854 What's a Dremel?

    Joined:
    22 Jun 2005
    Posts:
    4,643
    Likes Received:
    121
    Link's dead :(
     
  6. r4tch3t

    r4tch3t hmmmm....

    Joined:
    17 Aug 2005
    Posts:
    3,166
    Likes Received:
    48
    Whoops guess it got dugg or something.
     
  7. samkiller42

    samkiller42 For i AM Cheesecake!!

    Joined:
    25 Apr 2006
    Posts:
    6,796
    Likes Received:
    538
    Works fine for me.

    Haha. that's proper quality, and rather strange at the same time, made my eyes go a little funny.

    Sam
     
  8. AFX

    AFX "Bling" Silver Mountain 2

    Joined:
    19 Sep 2006
    Posts:
    295
    Likes Received:
    1
    works for me in FF and IE on any webpage
     
  9. jopers1986

    jopers1986 Minimodder

    Joined:
    7 Jan 2005
    Posts:
    559
    Likes Received:
    4
    haha pretty funny, looks a bit odd if you have AVG link checker thing on too tho... lol
     
  10. Firehed

    Firehed Why not? I own a domain to match.

    Joined:
    15 Feb 2004
    Posts:
    12,574
    Likes Received:
    16
    Eyaghhhhh!

    That was fun.
     
  11. Stuey

    Stuey You will be defenestrated!

    Joined:
    20 Jan 2005
    Posts:
    2,612
    Likes Received:
    10
    coolsies!
     
  12. r4tch3t

    r4tch3t hmmmm....

    Joined:
    17 Aug 2005
    Posts:
    3,166
    Likes Received:
    48
    The server was just overloaded, had a message saying that this site has exceeded its CPU quota.
     
  13. Woodstock

    Woodstock So Say We All

    Joined:
    10 Sep 2006
    Posts:
    1,783
    Likes Received:
    2
    lol, seen it before but its still awesome
     
  14. <A88>

    <A88> Trust the Computer

    Joined:
    10 Jan 2004
    Posts:
    5,441
    Likes Received:
    25
    lolz
     
  15. outlawaol

    outlawaol Geeked since 1982

    Joined:
    18 Jul 2007
    Posts:
    1,935
    Likes Received:
    65
    Cool. Image search with more then one other purpose! ;)
     
  16. mansueto

    mansueto Too broke to mod

    Joined:
    31 Aug 2007
    Posts:
    3,784
    Likes Received:
    110
    Ahh, it's trippy!
     
  17. Ending Credits

    Ending Credits Bunned

    Joined:
    4 Jan 2008
    Posts:
    5,322
    Likes Received:
    245
    I've seen something like this before. It's still pretty cool.
     
  18. theevilelephant

    theevilelephant Minimodder

    Joined:
    5 Jan 2006
    Posts:
    1,334
    Likes Received:
    36
    that pretty cool, i was hoping it was going to follow my cursor around the screen line some cursor eating picture worm
     
  19. JesterQ

    JesterQ What's a Dremel?

    Joined:
    15 Jul 2004
    Posts:
    651
    Likes Received:
    2
  20. moonlight

    moonlight What's a Dremel?

    Joined:
    7 Jul 2008
    Posts:
    24
    Likes Received:
    0
    Very funny.......
     

Share This Page