Last active
August 29, 2015 14:01
-
-
Save mhairston/6535b06b9d0505929006 to your computer and use it in GitHub Desktop.
Toggle contentEditable
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
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