mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Add remove-node-text to HTML filtering
parent
58ba39f067
commit
da454c9a80
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue