From da454c9a80cda3940c8a23981797a52e0ac66918 Mon Sep 17 00:00:00 2001 From: MasterKia Date: Sat, 29 Jul 2023 19:17:05 +0330 Subject: [PATCH] Add remove-node-text to HTML filtering --- Static-filter-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index ba2d593..0fa488e 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -1055,6 +1055,8 @@ Starting with [1.48.5b4](https://github.com/gorhill/uBlock/commit/8507d637e51908 google.com,~translate.google.com##^script:has-text(consentCookiePayload) ``` +Also see: [remove-node-text](#remove-node-textjs-) +
Historical notes - With the introduction of HTML filtering, the `script:contains(...)` is now deprecated and internally converted into an equivalent `##^script:has-text(...)` HTML filter. The result is essentially the same: to prevent the execution of specific inline script tags in the main HTML document. See [_"Inline script tag filtering"_](./Inline-script-tag-filtering) for further documentation.