1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Updated Resources Library (markdown)

gwarser 2024-04-11 17:46:45 +02:00
parent b6bf7edc9b
commit 35e309be54

@ -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"}}}