From 89fd6746752f21c39e2f0bb8211d367fb3f80b90 Mon Sep 17 00:00:00 2001 From: gwarser Date: Fri, 8 Jan 2021 18:16:45 +0100 Subject: [PATCH] Updated Resources Library (markdown) --- Resources-Library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources-Library.md b/Resources-Library.md index 1808a41..6e28f11 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -353,7 +353,7 @@ Removes attribute(s) from DOM tree node(s). By default will run only once when t Parameters: - required, attribute or list of attributes joined by `|` - optional, _CSS selector_, specifies nodes from which attributes will be removed - - optional, one or more space-separated tokens dictating the behavior of the scriptlet, new in [1.32.5b8](https://github.com/gorhill/uBlock/commit/0f330c7359567587df6c35e9108b75c339533a56) + - optional, new in [1.32.5b8](https://github.com/gorhill/uBlock/commit/0f330c7359567587df6c35e9108b75c339533a56), one or more space-separated tokens dictating the behavior of the scriptlet - `stay`: This tells the scriplet to stay and act on DOM changes, whiĺe the default behavior is to act only once when the document becomes interactive. - `complete`: This tells the scriplet to start acting only when the document is complete, i.e. once all secondary resources have been loaded, while the default is to start acting when the document is interactive - which is earlier than when the document is complete.