Created
July 20, 2010 08:57
-
-
Save brendannee/482714 to your computer and use it in GitHub Desktop.
Make Any Page Editable in the Browser with Javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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