Quickly edit text in the broswer +
Typing “document.body.contentEditable = true;” into Chrome DevTools makes all of the text on a page editable.
This trick is brilliant to use if you design in the browser.
Typing “document.body.contentEditable = true;” into Chrome DevTools makes all of the text on a page editable.
This trick is brilliant to use if you design in the browser.