Skip to content

Latest commit

 

History

History
103 lines (54 loc) · 1.76 KB

File metadata and controls

103 lines (54 loc) · 1.76 KB

0.11.1 (2025-10-05)

  • prompt for host permissions when not available

0.11.0 (2025-10-04)

  • only close popup on toplevel navigation
  • display number of blocked requests in badge
  • remove the option to disable recording

0.10.0 (2025-04-25)

  • update to manifest v3
  • client side JSON validation for rules

0.9.0 (2023-12-09)

  • Performance improvements

0.8.0 (2023-12-08)

  • Store requests to session storage instead of local storage
  • Add experimental support for domain patterns

0.7.1 (2023-10-08)

  • Fix detection of inline scripts and CSS in firefox 115

0.7.0 (2023-07-06)

  • fix: do not count main request as "other"
  • add dark mode

0.6.0 (2023-05-18)

  • allow to block cookies

0.5.0 (2023-05-03)

  • add reset button
  • flow-relative CSS
  • settings: add labels
  • add lang attribute in HTML

0.4.0 (2023-02-25)

  • allow to have temporary and permanent rules
  • fix: add title for settings page

0.3.1 (2022-11-27)

  • fix: do not clear request counts on navigation inside frame

0.3.0 (2022-11-27)

  • fix concurrency issue when recording requests
  • allow to disable recording of requests
  • move edit raw rules to settings page
  • add explicit extension ID

0.2.1 (2022-10-15)

  • fix compatibility with event pages
  • fix: add DOCTYPE for popup

0.2.0 (2022-08-08)

  • allow to edit rules as JSON
  • fix inline counts if allowed
  • fix outdated help text

0.1.0 (2022-08-07)

  • close popup on reload
  • detect counts of blocked inline code
  • display URLs of blocked subframes
  • fix layout warnings

0.0.1 (2022-08-01)

  • fix extension icon
  • fix: include subdomains in first-party rule
  • fix hostname sorting for first party subdomains

0.0.0 (2022-07-30)

  • initial release