Brandontruong’s Weblog

September 9, 2008

Browser Hack – Make any web page editable!

Filed under: Uncategorized — brandontruong @ 1:14 pm

1) Head over to the web page you want to edit.

2) In the browser’s address bar, paste this code:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

3) Now click on the part of the page you want to edit and start changing, deleting and adding text.

Blog at WordPress.com.