Edit Text On Webpage

A script that enables you to edit Text on ANY webpage.

Versão de: 27/10/2022. Veja: a última versão.

// ==UserScript==
// @name         Edit Text On Webpage
// @namespace    http://tampermonkey.net/
// @version      1.1.0
// @description  A script that enables you to edit Text on ANY webpage.
// @author       Cracko298
// @icon         https://static.thenounproject.com/png/317376-200.png
// @include      https://*
// @match        https://*
// @match        http://*
// @license      MIT
// @grant        none
// ==/UserScript==
 
document.designMode='on'
长期地址
遇到问题?请前往 GitHub 提 Issues。