You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BREAKING] Change arguments of FiltersEngine.getCosmeticsFilters
getCosmeticsFilters({ url, hostname, domain }) is now expected
instead of getCosmeticsFilters(hostname, domain). This allows to
apply $generichide options which can match on arbitrary parts of the
main_frame URL (not only hostname).
Add support for $generichide option in network filters
Fix matching of generic cosmetics when only negation was specified