Skip to content

Instantly share code, notes, and snippets.

@brendannee
Created July 20, 2010 08:57
Show Gist options
  • Save brendannee/482714 to your computer and use it in GitHub Desktop.
Save brendannee/482714 to your computer and use it in GitHub Desktop.
Make Any Page Editable in the Browser with Javascript
//If you type the following javascript code snippet into your navigation bar, you should be able to edit any text on the page:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment