Edit Text On Webpage

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

当前为 2022-10-27 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Edit Text On Webpage
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.1.0
  5. // @description A script that enables you to edit Text on ANY webpage.
  6. // @author Cracko298
  7. // @icon https://static.thenounproject.com/png/317376-200.png
  8. // @include https://*
  9. // @match https://*
  10. // @match http://*
  11. // @license MIT
  12. // @grant none
  13. // ==/UserScript==
  14. document.designMode='on'

QingJ © 2025

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