Skip to content

Instantly share code, notes, and snippets.

@jbolster
Created April 7, 2014 09:27
Show Gist options
  • Save jbolster/10017239 to your computer and use it in GitHub Desktop.
Save jbolster/10017239 to your computer and use it in GitHub Desktop.
Edit all the things!
javascript:[].forEach.call(document.querySelectorAll("*"),function(e){e.setAttribute("contenteditable","true")})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment