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