Skip to content
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

Closed
krystian3w opened this issue Feb 14, 2020 · 1 comment
Closed

fakty.tvn24.pl #6955

krystian3w opened this issue Feb 14, 2020 · 1 comment

Comments

@krystian3w
Copy link
Contributor

Anti-adblock on homepage (player is visible under header):

https://fakty.tvn24.pl/

obraz

Maybe again helpfull should use json-prune:

uAssets/filters/filters.txt

Lines 21679 to 21680 in aa59f1a

! https://github.com/olegwukr/polish-privacy-filters/issues/67
player.pl##+js(json-prune, movie.advertising.ad_server)

okiehsch added a commit that referenced this issue Feb 15, 2020
@okiehsch
Copy link
Contributor

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.
lain566 added a commit that referenced this issue Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants