Website Editing with a Little JS
Published on 07/07/08
First, load any website you’d like to edit. Then copy and paste the following snippet into the browser address bar and hit ENTER:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
It seems to work in IE, FF and Safari and looks like it would be great for quick design changes or spoofs.
(Via)
