Skip to content

Instantly share code, notes, and snippets.

@sk22
Created December 28, 2018 00:32
Show Gist options
  • Save sk22/aeda1286970b9bc080b0cbeb74280f4d to your computer and use it in GitHub Desktop.
Save sk22/aeda1286970b9bc080b0cbeb74280f4d to your computer and use it in GitHub Desktop.
Bookmark to make a web page editable
javascript:(function(){document.body.contentEditable=document.body.contentEditable==="true"?"false":"true"})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment