Skip to content

Instantly share code, notes, and snippets.

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