Skip to content

Instantly share code, notes, and snippets.

@Kjuly
Last active September 27, 2015 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kjuly/1180785 to your computer and use it in GitHub Desktop.
Save Kjuly/1180785 to your computer and use it in GitHub Desktop.
Make the web page editable anytime.
// Put it in as the browser address & press ENTER, after you have opened a web 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