All Projects → stefanjudis → designMode-chrome-extension

stefanjudis / designMode-chrome-extension

Licence: MIT license
Chrome extension to easily use document.designMode

Programming Languages

javascript
184084 projects - #8 most used programming language

DesignMode - Chrome Extension

alt text

How does this work?

Found in the spec:

Documents have a designMode, which can be either enabled or disabled.

By running document.designMode = 'on' in the JavaScript console websites become magically editable.

Sounds cool? It is! Give a try.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].