JavaScript

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 :)

Syndicate content