Created
January 12, 2018 18:51
-
-
Save ewpratten/849a3c94df276675524f0bf9ab930b1e to your computer and use it in GitHub Desktop.
a simple js script to edit text on a webpage.
This file contains 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: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