Jump to content

Recommended Posts

  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Posted

So, where do you put the code. I put it in the url bar. Here is the way I put it:

 

http://www.yahoo.com/java script:document.body.contentEditable='true';%20document.designMode='on';%20void%200

 

When I click enter it doesn't work. I am using IE. Is there another way to do it???

Posted

Do not add 'http://www.yahoo.com/'

only java script:document.body.contentEditable='true';%20document.designMode='on';%20void%200 (No space between java and script)

Posted

And click enter???

 

HAHA FINALLY GOT IT TO WORK!!!

 

TY ShannenName

 

THATS SO KOOL, NOW I JUST HAVE TO GIVE EVERYBODY HEART ATTACKS BY DOING IT ;-)

Posted

I found another one it makes all the images on the page swirl around but I lost it will have to get it to you soon!

 

Ok I have it and here it is

java script: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.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

No space between java and script and enter that and only that into your browser, best result with a page that has a lot of pictures!

Posted

in others words

 

java script: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.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

Posted

hahaha, next year I'm gonna make so many myspace girls cry and freak out...

hey, do you think this could get arround school security if you edited a certain part : /

My school uses symantec, it blocks sites with a certain number of keywords and it blocks certain domains.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...