Skip to content

Instantly share code, notes, and snippets.

@getdave
Created November 27, 2015 14:05
Show Gist options
  • Save getdave/665f651cfbd09824bc9e to your computer and use it in GitHub Desktop.
Save getdave/665f651cfbd09824bc9e to your computer and use it in GitHub Desktop.
Add this to your browser bookmarks to make the entire page's text editable. Handy for quick text edits.
javascript:(function()%7Bdocument.querySelector('body').setAttribute('contenteditable'%2C true)%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment