Quickly edit the texts on Browser
almost 10 years ago from Saneef Ansari, Consultant Designer & Developer
Typing “document.body.contentEditable = true;” into Chrome DevTools makes all of the text on a page editable.
Very handy while prototyping.
almost 10 years ago from Saneef Ansari, Consultant Designer & Developer
Typing “document.body.contentEditable = true;” into Chrome DevTools makes all of the text on a page editable.
Very handy while prototyping.
Very handy. I made this into a Chrome extension here: https://chrome.google.com/webstore/detail/edit-all-the-things/oklbdlpgehkiikdkpemecnbindhkncdj?hl=en-US
Also, I will be putting the code in GitHub here soon: https://github.com/bluetidepro/Edit-ALL-THE-THINGS
Updated the code on GitHub, and on Chrome extensions market. Added a few things, and updated it to v1.1! :D
We need a Pro Tip™ badge.
Agreed, I'm kinda surprised that we don't already.
That’s pretty awesome. Thanks.
You can also type this directly into the URL field: javascript:document.body.contentEditable = true;
It's useful! Thanks.
Dang. Much faster than editing the nodes in the elements tab. Thanks for the tip.
Pretty handy, added to my collection of snippets!!
Oh, what a nice trick. Thanks! (No, thats no spammy thanks-post, i tried to edit the comment button and accidentally had also content in die textarea)
Wow awesome man! thanks for the tip!
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
Login to Comment
You'll need to log in before you can leave a comment.
LoginRegister Today
New accounts can leave comments immediately, and gain full permissions after one week.
Register now