Javascript Snippet Lets You Edit Screen Shots
Posted on July 7th, 2008 by David LaFerney
This cool code snippet lets you edit web page views for simulated screen shots like the one below. Just paste into the address bar, hit enter and start editing.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Thanks to Patrick Altoft’s Blogstorm














Discussion Area - Leave a Comment