New Update Adblock Plus updates

Add-on/Extension Page
https://adblockplus.org/en/
Adblock Plus 4.32.4 - 2026-01-13
  • In Firefox, fixed a bug where regex filters that don't use the match-caseoption were lowercased, which broke capital letter metacharacters. This bugsadly still affects Chromium-based MV3 browsers. (#12 (closed))
  • Fixed $genericblock exception filters incorrectly allowing $addheaderrules in MV2 and not being logged in MV2/MV3 (EXT-1126).
 
Adblock Plus 4.37.1 - 2026-04-22
This release contains bugfixes and under-the-hood changes.
  • Fixed: Extension failed to initialize if too many filter lists were enabled.
  • Added the extension install date to the data injected on product websites.
Adblock Plus 4.37.0 - 2026-04-14
This release contains only minor updates and under-the-hood changes.
  • Source code release bundles no longer include the full monorepo, but insteadonly include the code to build the current extension.
  • Removed notification and page to make new users aware of additional features.
  • Removed the Premium license activation via cross-origin web page messaging.
 
4.38.1 - 2026-05-12
  • Moved heavy snippets out of the content script into the background worker, reducing the size of the code we need to inject to each frame.
  • Fixed: Options page failed to load on Firefox 68 and Chrome 79 due to incompatible JavaScript syntax introduced in 4.38.0
  • Added support for inline CSS styles in element hiding and element hidingemulation filters. This allows setting custom styling rather than just hidingor removing the element.For example: example.com##.aside { margin: 0; background: none }