// ==UserScript== // @name gjl 网页可编辑 // @namespace gjl // @version 1.0.1 // @description 网页可编辑 // @author gjl // @icon // @include *://*/* // @downloadURL none // ==/UserScript== (function () { document.body.contentEditable='true';document.designMode='on' })();