mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-13 02:14:17 +01:00
Updated Resources Library (markdown)
parent
b6bf7edc9b
commit
35e309be54
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ property to remove is an element in an array.
|
|||
|
||||
+js(json-prune, playlist.[].adserver)
|
||||
|
||||
- `*`: will iterate through all own properties of an object. For example, to deal with hard to predict random-named properties.
|
||||
- `*`: iterate through all own properties of an object. For example, to deal with hard to predict random-named properties.
|
||||
To remove `adserver` object properties from inside _randomly named_ objects in following JSON payload:
|
||||
|
||||
{"playlist": {"random1": {"adserver": "first"}, "randomB": {"adserver": "second"}}}
|
||||
|
|
Loading…
Reference in a new issue