Welcome, Guest. Please login or register.

ShoutBox!

 

Skhilled

2024-08-09, 18:19:29
Awww! Poor thing! LOL
 

Ken

2024-08-09, 09:20:52
 

Skhilled

2024-07-06, 10:33:18
 :D
 

Ken

2024-07-06, 06:40:47
Happy Saturday after the 4th of July!
 :fireworks:
 

Skhilled

2024-07-04, 20:27:02
Happy Day Off From Work!  :D
 

Ken

2024-06-25, 06:23:12
84... who knew?  laughing7
...2013 was my *magic* year
 

Skhilled

2024-06-14, 22:09:12
I hope so! LOL
 

Ken

2024-06-14, 21:41:30
My B-Day is forthcoming and maybe it will be far enough along so that I can be a regular Dancing Fool for that day!!! :banana: :2funny:
 

Ken

2024-06-14, 21:38:38
Happy Friday everyone! I'm  SOOO glad to see Friday and not just because it's the weekend, but because it marks one more day in the recovery of my foot!  laughing7

Scrubmeister

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

Recent Topics

TP Articles


Search in titles
Search in article texts

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

0 Members and 1 Guest are viewing this topic.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11935
  • 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: 11935
  • 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: 11935
  • 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: 11935
  • 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.