mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 02:42:33 +01:00
2fd86a66fc
The scriptlet will trap calls to JSON.parse, and if the result of the parsing is an Object, it will remove specified properties from the result before returning to the caller. Usage: ##+js(json-prune, arg1, [arg2]) Where: - arg1: a list of space-separated properties to remove - arg2: optional, a list of space-separated properties which must be all present for the pruning to occur Example: ##+js(json-prune, enabled, adpath config) A property in a list of properties can be a chain of properties, example: adpath.url.first |
||
---|---|---|
.. | ||
scriptlets.js |