Skip to content

v0.8.0

Choose a tag to compare

@remusao remusao released this 26 Mar 15:09
· 5537 commits to master since this release
c25a238
  • Support for cyrillic characters #115
  • Implement generichide option + fix generic cosmetic matching #114
    • [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