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.