Our FamilyForum

Our FamilyForum Welcome Center => Chit Chat & Humor => Topic started by: Ken on July 26, 2009, 05:58:34 PM

Title: "Edit" any website with one code
Post by: Ken on July 26, 2009, 05:58:34 PM
Found this on SKhilled's website (http://www.skhilled.com/docs/index.php/topic,238.0.html) and thought it would be a fun thing to try... it works.  
Thanks Steve.  :2tumb:


It is possible to edit most any website... though only on your own screen.

As posted at Tent Dwellers (http://tentdwellers.org/index.php?topic=2958.0):

Visit whatever website and then paste this line of code into your address bar, followed by the an Enter keystroke. You'll need to use the back button to get out or refresh your screen.

Code: [Select]
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
You can delete, add and modify any portion. Why would you want to do this? Funny screen shots for your friends or perhaps as an amusing time waster.

This is also a way that scammers use for their nefarious purposes such as faking PayPal transactions.
Title: Re: "Edit" any website with one code
Post by: ZarPrime on July 27, 2009, 11:30:13 AM
 :yahoo: This is incredibly humorous.  I could literally occupy myself for hours with this.  See the enclosed pic below.  Note Ken's new title, gender and posts.  I don't remember if I changed anything else. :danban:

What fun.  :rofl:

ZarPrime
Title: Re: "Edit" any website with one code
Post by: Ken on July 27, 2009, 11:52:10 AM
That's funny Steve... err, I mean Jim.   :08:
Title: Re: "Edit" any website with one code
Post by: ZarPrime on July 27, 2009, 12:04:14 PM
That's funny Steve.   :08:

Yeah, I know, but I'm Jim, but I could see how you could confuse us. :crazy: Now that I look what I did, I can see that I also made you Champion of the Tent Dwellers. :yahoo:

Jim
Title: Re: "Edit" any website with one code
Post by: Ken on July 27, 2009, 01:40:32 PM
Yeah I saw that.  :disted:
Title: Re: "Edit" any website with one code
Post by: Ken on August 02, 2009, 05:06:45 PM
Here's something you can do with Java:

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.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);
Do it multiple times on the same page.  :hah:


(https://www.ourfamilyforum.org/FamilyForum/proxy.php?request=http%3A%2F%2Fi30.tinypic.com%2F2h64tig.jpg&hash=6020e26a710ef070d391dc8d12548ef4fd019745)
Title: Re: "Edit" any website with one code
Post by: ZarPrime on August 02, 2009, 07:50:54 PM
Now that is a very strange effect.  Cool, but strange. :yahoo:
Title: Re: "Edit" any website with one code
Post by: ZarPrime on August 02, 2009, 11:55:19 PM
Hey Ken, what do you mean by "Do it multiple times on the same page".  I think it only works if yo do it once, but I'll check it again.

Edit:  NVM.  It just takes on a different pattern if you do that.  Cool.