Last active
September 28, 2019 14:33
-
-
Save g-rohit/0b07a128c224a75883d14d3407fe5c71 to your computer and use it in GitHub Desktop.
designmode on chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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