/*
* @title +/-editable
* @description toggle contentEditable
* @include http://*
* @include https://*
* @contributor aqril http://let.hatelabo.jp/aqril/let/hJmeuezR-_kY (Fork of)
* @license MIT License https://opensource.org/licenses/MIT
* @javascript_url
*/
// contentEditable: true false "inherit"
// isContentEditable: true false
document.documentElement.contentEditable = !document.documentElement.isContentEditable;