Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanjudis/designmode-chrome-extension

Chrome extension to easily use document.designMode
https://github.com/stefanjudis/designmode-chrome-extension

Last synced: about 1 month ago
JSON representation

Chrome extension to easily use document.designMode

Awesome Lists containing this project

README

        

# DesignMode - Chrome Extension

![alt text](./designMode.gif "Show off Design Mode")

## How does this work?

Found in the [spec](https://html.spec.whatwg.org/multipage/interaction.html#making-entire-documents-editable:-the-designmode-idl-attribute):

> 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.