Sunday, July 20, 2008

Use Your Browser to Edit Any Live Web Page Using a Single Line of JavaScript

Paste the line below into the address bar of your browser with whatever site you want to play with loaded:


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


Source: http://perishablepress.com/press/2008/07/20/browser-edit-web-page-single-line-javascript/

0 comments: