Edit Any Page - Neat Little Trick

Here's a little hack that lets you edit any page. Great tool for learning how a page is built.

Step 1) Go to any website.

Step 2) Once on the site, enter this code in the URL bar and hit return.

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

Step 3) Edit the page as you wish :)

Note: Many of you have asked if this is illegal to do. To put your mind at ease, this is perfectly legal as the changes are not permanent and are only visible to you.

Here's a example. Try it!