Always Editable

Automatically makes all pages editable

// ==UserScript==
// @name         Always Editable
// @namespace    yournamespace
// @version      1.0
// @description  Automatically makes all pages editable
// @author       you
// @match        *://*/*
// @grant        none
// ==/UserScript==

(function () {
  "use strict";
  document.body.contentEditable = "true";
  document.designMode = "on";
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址