FiltersCompiler
FiltersCompiler copied to clipboard
Incorrect conversion on UBO syntax of json-prune-fetch-response.js and json-prune-xhr-response.js
The rules in UBO suntax were incorrectly converted
philo.com##+js(json-prune-fetch-response, periods.[-].eventStreams.0.id, , propsToMatch, /manifestv2)
philo.com##+js(json-prune-xhr-response, periods.[-].eventStreams.0.id, , propsToMatch, /manifestv2)
https://github.com/gorhill/uBlock/wiki/Resources-Library#json-prune-fetch-responsejs-
to
philo.com#%#//scriptlet('ubo-json-prune-fetch-response', 'periods.[-].eventStreams.0.id', '', 'propsToMatch', '/manifestv2')
philo.com#%#//scriptlet('ubo-json-prune-xhr-response', 'periods.[-].eventStreams.0.id', '', 'propsToMatch', '/manifestv2')
Correct result - without 'propsToMatch'
philo.com#%#//scriptlet('json-prune-xhr-response', 'periods.[-].eventStreams.0.id', '', '/manifestv2')
philo.com#%#//scriptlet('json-prune-fetch-response', 'periods.[-].eventStreams.0.id', '', '/manifestv2')