Document.designMode = "On";

5 points by upmostly ↗ HN
15 years as a web-dev. Only just found out about this today.

If you pop open chrome dev-tools and run document.designMode = "on"; in the console, you can edit text directly in the webpage itself, without having to edit it via the DOM.

I actually do this quite a lot, so this is a real time saver. You can also troll people with it.

1 comment

[ 3.0 ms ] story [ 16.1 ms ] thread
(comment deleted)