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.
Od
Ovu skriptu ne treba izravno instalirati. To je biblioteka za druge skripte koje se uključuju u meta direktivu // @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.
*/
已经在原版的功能上就行修改