Mouth Cannon in Hypertext

Website Editing with a Little JS

« Previous | Next »

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)

Leave a Reply

(required)

(wont be published)