Greasy Fork is available in English.

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.

Skrip ini tidak untuk dipasang secara langsung. Ini adalah pustaka skrip lain untuk disertakan dengan direktif meta // @require https://greasyfork.org/scripts/447533-findandreplacedomtext-v-0-4-6/code/findAndReplaceDOMText%20v%20046.js?version=1108523

Penulis
qxin i
Versi
0.0.1.20221023150443
Dibuat
07 Juli 2022
Diperbarui
23 Oktober 2022
Lisensi
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-