[LEGENDARY] Coolest Trick Ever! [LEGENDARY]

Discussion in 'Java Script/AJAX' started by Orion, Nov 30, 2009.

Remove these ads by signing in
Remove these ads by signing in
Thread Status:
Not open for further replies.
  1. Orion New Member

    Member Since:
    Sep 29, 2009
    Message Count:
    969
    Likes Received:
    25
    Location:
    http://admin-spot.com
    Recently found this cool trick out with Google images.
    Follow these simple steps to implement it:
    1. Go to google.com
    2. Click "images"
    3. Fill in "bikes, flowers, cars" or any other word that you want to search
    4. You will get a page with alot of images thumbnailed.
    5. Now delete the URL on the addressbar.
    6. Copy the script down here, and paste it in your adressbar !
    Code (text):
    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)
    The above script is javascript.
    2 people like this.
  2. webtalk New Member

    Member Since:
    Nov 11, 2009
    Message Count:
    131
    Likes Received:
    0
    nice sharing
    thanks
  3. Orion New Member

    Member Since:
    Sep 29, 2009
    Message Count:
    969
    Likes Received:
    25
    Location:
    http://admin-spot.com
  4. proweb New Member

    Member Since:
    Jul 22, 2009
    Message Count:
    1,308
    Likes Received:
    44
    Occupation:
    Joomla Designer
    Location:
    Joomla Expert
    That's nice! Where have you found this?:p
  5. SeoKungFu Active Member

    Member Since:
    Jul 10, 2009
    Message Count:
    597
    Likes Received:
    76
    Occupation:
    SEO Ninja
    Yeah, that's a classic, I used to do "earthquake" effect on windows( not the OS, browser windows ) at the time, using same math libs and ability to reposition window frame :)
  6. midlandi Can you smell that?

    Member Since:
    Jan 22, 2007
    Message Count:
    4,758
    Likes Received:
    33
    Location:
    Uk
    Totally pointless.



    but



    made me smile:xbiggrin:
  7. Orion New Member

    Member Since:
    Sep 29, 2009
    Message Count:
    969
    Likes Received:
    25
    Location:
    http://admin-spot.com
    I found it off a script forum. And yeah, midi, it's pointless, but it's funny. (Especially when a friend goes off somewhere and leaves their computer on, you can really scare them with this :p).
  8. midlandi Can you smell that?

    Member Since:
    Jan 22, 2007
    Message Count:
    4,758
    Likes Received:
    33
    Location:
    Uk
    There was a script, i forget where i saw it, that you could edit live webpages.
    Scammers used to use it for faking traffic and earnings, but was also a good one for fun.
  9. Orion New Member

    Member Since:
    Sep 29, 2009
    Message Count:
    969
    Likes Received:
    25
    Location:
    http://admin-spot.com
    Woah! Isn't that illegal?
  10. midlandi Can you smell that?

    Member Since:
    Jan 22, 2007
    Message Count:
    4,758
    Likes Received:
    33
    Location:
    Uk
    The faking of earnings?.......naahhh...........is it:xtongue:??????
  11. Adam H Administrator

    Member Since:
    Jan 7, 2008
    Message Count:
    2,804
    Likes Received:
    162
    Occupation:
    Web Developer
    Location:
    Norfolk Uk
    Firefox Live edit Java script

    Yes indeed you did see it Midi :) , I posted it over a qdoos, must have been around a year ago.

    But by popular demand i have brought it to Triphp, Orion dont get any ideas lol

    Just browes the page you want to edit , then paste this code in the address bar :

    Code (text):
    javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
    You can now edit any writing thats on that page
  12. jani Designer

    Member Since:
    Apr 14, 2007
    Message Count:
    2,989
    Likes Received:
    14
    This is very old trick, I found it many months ago :)
    1 people like this.
Thread Status:
Not open for further replies.

Share This Page