Greasy Fork 支持简体中文。

gjl 网页可编辑

网页可编辑

// ==UserScript==
// @name gjl 网页可编辑
// @namespace gjl
// @version 1.0.1
// @description 网页可编辑
// @author gjl
// @icon
// @include      *://*/*
// ==/UserScript==

(function () {
  document.body.contentEditable='true';document.designMode='on'
})();