From 6a05dca986b185c07f4fa4b0f495fb3923b756a2 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 20 Jul 2024 09:53:14 -0400 Subject: [PATCH] Updated Resources Library (markdown) --- Resources-Library.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources-Library.md b/Resources-Library.md index 5f102ba..a1a6b0a 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -979,7 +979,9 @@ https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeName matches the pattern. Cannot be omitted if extra pairs of parameters have to be used (see below) Tokens: - - `condition, pattern`: A string or regex which must be found in the text content of the node + - `includes, pattern`: A string or regex which must be found in the text content of the node +in order for the substitution to occur + - `excludes, pattern`: A string or regex which must **not** be found in the text content of the node in order for the substitution to occur - `sedCount, n`: This will cause the scriptlet to stop after `n` instances of substitution. Since a mutation oberver is used by the scriptlet, it's advised to stop it whenever it becomes pointless. Default to zero, which means the scriptlet never stops - `stay, 1`: Force the scriptlet to stay at work forever