findAndReplaceDOMText v 0.4.6

Matches the text of a DOM node against a regular expression and replaces each match (or node-separated portions of the match) in the specified element.

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greasyfork.org/scripts/447533/1214813/findAndReplaceDOMText%20v%20046.js

Autor
qxin i
Version
0.0.1.20230703150306
Erstellt am
07.07.2022
Letzte Aktualisierung
03.07.2023
Lizenz
n/a

原版: https://github.com/padolsey/findAndReplaceDOMText
/**
* findAndReplaceDOMText v 0.4.6
* @author James Padolsey http://james.padolsey.com
* @license http://unlicense.org/UNLICENSE
*
* Matches the text of a DOM node against a regular expression
* and replaces each match (or node-separated portions of the match)
* in the specified element.
*/

已经在原版的功能上就行修改
此脚本使用 https://greasyfork.org/zh-CN/scripts/423350-