Webpage Editor

Enable this script to edit any webpage. Disable this script to stop editing.

目前为 2022-08-24 提交的版本。查看 最新版本

// ==UserScript==
// @name         Webpage Editor
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Enable this script to edit any webpage. Disable this script to stop editing.
// @author       You
// @license      MIT
// @match        *://*/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=netlify.app
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

document.body.contentEditable = 'true'; document.designMode='on'; alert("Successfully enabled Webpage Editor"); alert("Disable this script and refresh to disable Webpage Editor"); void 0;
})();

QingJ © 2025

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