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.
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/447533/1214813/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.
*/
已经在原版的功能上就行修改
此脚本使用 https://greasyfork.org/zh-CN/scripts/423350-