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.

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greasyfork.org/scripts/447533/1214813/findAndReplaceDOMText%20v%20046.js

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
qxin i
バージョン
0.0.1.20230703150306
作成日
2022/07/07
更新日
2023/07/03
ライセンス
不明

原版: 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-