Skip to content

Instantly share code, notes, and snippets.

@mhairston
Last active August 29, 2015 14:01
Show Gist options
  • Save mhairston/6535b06b9d0505929006 to your computer and use it in GitHub Desktop.
Save mhairston/6535b06b9d0505929006 to your computer and use it in GitHub Desktop.
Toggle contentEditable
javascript:!function(){"true"!==document.body.contentEditable?(document.body.contentEditable="true",document.documentElement.style.borderTop="15px solid red"):(document.body.contentEditable="false",document.documentElement.style.borderTopWidth="0px")}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment