Add remove-node-text to HTML filtering

MasterKia 2023-07-29 19:17:05 +03:30
parent 58ba39f067
commit da454c9a80

@ -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-)
<details><summary>Historical notes</summary>
- 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.