Skip to content

Instantly share code, notes, and snippets.

@pb10005
Last active September 28, 2019 15:41
Show Gist options
  • Save pb10005/d1bc2acd777d039b53644f96e0f488e3 to your computer and use it in GitHub Desktop.
Save pb10005/d1bc2acd777d039b53644f96e0f488e3 to your computer and use it in GitHub Desktop.
Toggle contenteditable

javascript:(function(){ document.getElementsByTagName("html")[0].contentEditable = true; })();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment