Welcome, Guest. Please login or register.

ShoutBox!

Scrubmeister

2024-04-19, 10:32:40
Good to see the site back faster than ever. :)
 

Skhilled

2024-04-18, 21:09:09
I've upgraded the server...more resources. ;)
 

Ken

2024-04-18, 20:57:10
Now that you mention it...  :D
 

Skhilled

2024-04-18, 20:47:19
...and, you should notice that the site is much faster.  :o
 

Ken

2024-04-18, 20:31:37
Hey Steve.
 

Skhilled

2024-04-18, 17:56:10
Re-read the message below...
 

Skhilled

2024-03-31, 15:22:06
Oh yeah, you need to upgrade the site first...
 

Ken

2024-03-30, 09:54:54
Whoops! I forgot that the SMF install here on OFF is out of date!  :'(
 

Ken

2024-03-30, 09:44:48
 Conga-Rats Steve!  :thumbup:
Me gonna install it here just for the fun of it!  :)
 

Skhilled

2024-03-29, 22:15:23
Released!  :D

Recent Topics

TP Articles


Search in titles
Search in article texts

Author Topic: "Edit" any website with one code  (Read 3610 times)

0 Members and 1 Guest are viewing this topic.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11676
  • Gender: Male
  • View Gallery
"Edit" any website with one code
« on: July 26, 2009, 05:58:34 PM »
Found this on SKhilled's website 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:

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.
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline ZarPrime

Re: "Edit" any website with one code
« Reply #1 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

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11676
  • Gender: Male
  • View Gallery
Re: "Edit" any website with one code
« Reply #2 on: July 27, 2009, 11:52:10 AM »
That's funny Steve... err, I mean Jim.   :08:
« Last Edit: July 27, 2009, 01:39:59 PM by GPa Ken »
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline ZarPrime

Re: "Edit" any website with one code
« Reply #3 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

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11676
  • Gender: Male
  • View Gallery
Re: "Edit" any website with one code
« Reply #4 on: July 27, 2009, 01:40:32 PM »
Yeah I saw that.  :disted:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11676
  • Gender: Male
  • View Gallery
Re: "Edit" any website with one code
« Reply #5 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:


"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline ZarPrime

Re: "Edit" any website with one code
« Reply #6 on: August 02, 2009, 07:50:54 PM »
Now that is a very strange effect.  Cool, but strange. :yahoo:

Offline ZarPrime

Re: "Edit" any website with one code
« Reply #7 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.