Tag

designMode

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 12, 2025 · Frontend Development

Make Any Webpage Editable with a Single JavaScript Command (document.designMode)

This article demonstrates how to turn an entire web page into an editable document instantly by setting the document.designMode property to "on" via the browser console, explains how to disable it, and compares related APIs such as contentEditable and execCommand.

ContentEditableDOMJavaScript
0 likes · 4 min read
Make Any Webpage Editable with a Single JavaScript Command (document.designMode)