Make Spoof Pages With A Line of Code
Tuesday, July 08, 2008
Web spoofs made easy! Open up any page, then copy the line of code below in the browser's address field. This makes the page "editable" locally so you can modify its content like you would in a text editor.javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Besides its obvious entertainment value, this little experiment shows how easy web editing and publishing should really be.
-- around the web, but specifically from BlogStorm
| 

1 comments: Responses to “ Make Spoof Pages With A Line of Code ”
By Anonymous on 11/7/08 11:24 PM
Probably the best thing Ive seen all week!