Thursday 17 July 2008

Some Amusing Javascript

Found this little Javascript feature in a forum.
Call up any web page and then paste the following code into the address bar.

javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

You can then have a bit of fun editing the page.
Weird!

No comments: