mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
1d9ee00498
When scriptlets can receive extra optional paramaters, these will now be passed as pair of extra paramaters in the filter declaration, whereas each pair is a `name, value` instance. As a result, the optional paramaters that can be passed to the `aeld` scriptlet can be passed this way, i.e. no longer need a JSON approach, example: github.com##+js(aeld, click, , log, 1) github.com##+js(aeld, , , runAt, idle, log, 1) The non-optional paramaters are always positional, after which the optional paramaters are non-positional pairs of values. |
||
---|---|---|
.. | ||
resources | ||
assets.dev.json | ||
assets.json |