Skip to content

Instantly share code, notes, and snippets.

@g-rohit
Last active September 28, 2019 14:33
Show Gist options
  • Save g-rohit/0b07a128c224a75883d14d3407fe5c71 to your computer and use it in GitHub Desktop.
Save g-rohit/0b07a128c224a75883d14d3407fe5c71 to your computer and use it in GitHub Desktop.
designmode on chrome
//document.querySelectorAll('*').forEach(e => e.contentEditable = 'true');
document.designMode = 'on'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment