-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fakty.tvn24.pl #6955
Comments
Fix does not work with Firefox. |
gwarser
referenced
this issue
in gorhill/uBlock
Jul 1, 2020
Add support for specially-named properties: `[]`, to iterate through all elements in an array, in order to deal more graciously with cases where the property to remove is an element in an array. An actual case: +js(json-prune, playlist.movies.0.adserver playlist.movies.1.adserver ...) Can be now converted to: +js(json-prune, playlist.movies.[].adserver) `*`, to iterate through all own properties of an object, in order to deal with random-named properties. For example (not an actual case): +js(json-prune, playlist.*.adserver) Where `adserver` would be a property member of an object which is itself a property of `playlist`, but which name is unknown or is variable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Anti-adblock on homepage (player is visible under header):
https://fakty.tvn24.pl/
Maybe again helpfull should use
json-prune
:uAssets/filters/filters.txt
Lines 21679 to 21680 in aa59f1a
The text was updated successfully, but these errors were encountered: