Editing a page in the browser
Javascript you can use in the address bar to make any webpage editable within the browser.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Javascript you can use in the address bar to make any webpage editable within the browser.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
RSS feed for comments on this post.