Steps to reproduce: 1. Add this rule: ```adblock example.org#%#//scriptlet('json-prune', 'foo bar baz') ``` 2. Go to - https://example.org/ 3. Run in console: ```js JSON.parse('["abc",123,100]') ``` Whole array is removed.