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.
Versión del día
Este script no debería instalarse directamente. Es una biblioteca que utilizan otros scripts mediante la meta-directiva de inclusión // @require https://updategf.qytechs.cn/scripts/447533/1076071/findAndReplaceDOMText%20v%20046.js
原版: 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.
*/
已经在原版的功能上就行修改