uBlacklist version history - 25 versions
uBlacklist by iorate
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 10.0.0
Released Jul 8, 2026 - 2.52 MBWorks with firefox 109.0a1 and later, android 120.0 and later- uBlacklist now blocks the whole site by default when you block a search result, and all sync categories are now enabled by default. You can change these in the options page. These new defaults also apply to existing users who have never changed them.
- The subscription update interval is now set in days, and update checks run at most once a day even if a shorter interval was configured before. The sync interval can now be set to any number of minutes (minimum five).
- Increased the base font size from 13px to 14px. On touch devices, text fields use a 16px font size without changing their height, which also prevents Safari on iOS from zooming in when focusing them.
- Sync and subscription updates now respect the configured interval across browser restarts, instead of always running at every startup. In Firefox, they still run at every browser startup as before, because Firefox does not persist alarms across restarts.
- The options page now reflects settings changed by sync in real time, so the "Reload" button that used to appear after a sync has been removed. The blocklist editor still shows a notice when the blocklist is updated by sync, to protect your unsaved edits.
- Rebuilt the user interface on top of Base UI, a library of accessible React components. Dialogs, menus, and form controls across the options page and the popup should now be more consistent and more accessible, especially when using a keyboard or a screen reader.
- Reduced the size of the script loaded on search result pages by about 35% (from 2.2 MB to 1.4 MB). The dialog for blocking a site is now loaded on demand when it is opened.
- Fixed the block buttons on search result pages appearing unstyled when the page has a strict Content Security Policy (such as lite.duckduckgo.com) in Firefox and Safari.
- Fixed an issue where reloading the options page opened via a subscription link showed the "Add a subscription" dialog again, by removing the query parameters from the address bar after they are read.
- Updated the German translation.
- Fixed an issue where the options page did not offer to reload the blacklist when it was saved on another options page.
- Fixed an issue where built-in SERPINFOs that were not enabled never received updates, so the popup could fail to detect search result pages supported by newer versions. They are now refreshed from the content shipped with the extension when it is newer than the stored one.
- Fixed the accessibility label of the button to remove a highlight color in the options page, which was incorrectly announced as "Add" by screen readers.
- Fixed an issue in Safari where the popup did not focus its default button when opened, leaving keyboard focus on the first control instead.
Source code released under MIT License
Older versions
Version 9.9.0
Released Jun 21, 2026 - 2.17 MBWorks with firefox 109.0a1 and later, android 120.0 and later9.9.0 - 2026-06-21
🚀 Features- (serpinfo) Add the extraSelector property to result definitions (#850)
🐛 Bug FixesSource code released under MIT License
Version 9.8.0
Released Jun 7, 2026 - 2.54 MBWorks with firefox 109.0a1 and later, android 120.0 and laterSource code released under MIT License
Version 9.7.0
Released May 13, 2026 - 2.54 MBWorks with firefox 109.0a1 and later, android 120.0 and later[9.7.0] - 2026-05-13
🚀 Features- Redesign the block dialog
🐛 Bug Fixes- Avoid HTML interpolation in the SERP result button shadow HTML
🌐 TranslationsSource code released under MIT License
Version 9.6.0
Released Apr 26, 2026 - 2.5 MBWorks with firefox 109.0a1 and later, android 120.0 and later9.6.0 (2026-04-26)
Bug Fixes- recognize private TLDs when suggesting block rules (f03b8fd), closes #778
- rename matching rules header for the user's own ruleset (94c237c)
- update translations (#759) (ebc51bc)
- use subscription display name fallback in matching rules headers (0ae3585)
FeaturesSource code released under MIT License
Version 9.5.0
Released Mar 13, 2026 - 2.47 MBWorks with firefox 109.0a1 and later, android 120.0 and laterSource code released under MIT License
Version 9.4.0
Released Dec 21, 2025 - 2.42 MBWorks with firefox 109.0a1 and later, android 120.0 and laterSource code released under MIT License
Version 9.3.0
Released Oct 21, 2025 - 2.34 MBWorks with firefox 109.0a1 and later, android 120.0 and later9.3.0 (2025-10-21)
Bug Fixes- force hide blocked results with increased CSS specificity (4f351e2)
- update translations (#686) (b019a6d)
FeaturesSource code released under MIT License
Version 9.1.0
Released Aug 3, 2025 - 2.28 MBWorks with firefox 109.0a1 and later, android 120.0 and later9.1.0 (2025-08-03)
Bug Fixes- locales: update Brazilian Portuguese translation (#626) (366534a)
- locales: update Chinese translation (#630) (dda732e)
- locale: update German translation (#631) (7930aeb)
- safari: use 100dvh instead of 100vh to avoid dialog overflow on iOS (d44b1e6)
FeaturesSource code released under MIT License
Version 9.0.0
Released Jun 18, 2025 - 2.08 MBWorks with firefox 109.0a1 and later, android 120.0 and later<b><a href="https://github.com/iorate/ublacklist/compare/v8.12.0...v9.0.0">9.0.0</a> (2025-06-18)</b>
<b>Bug Fixes</b>
<ul>
<li><strong>locales:</strong> update Chinese translation (<a href="https://github.com/iorate/ublacklist/issues/608">#608</a>) (<a href="https://github.com/iorate/ublacklist/commit/c7fd5f338cda92e7d1f87ee4c3c882bf8e8e6926">c7fd5f3</a>)</li>
<li><strong>ruleset:</strong> disallow prototype access by expressions (<a href="https://github.com/iorate/ublacklist/commit/22da64b8801ac6ee14d1ed5ec4bdb5feee4012fd">22da64b</a>)</li>
<li><strong>ruleset:</strong> fix issue where invalid rule disables the previous rule (<a href="https://github.com/iorate/ublacklist/commit/726afd1666bfc35aaee4a7a3814d237ca4047f87">726afd1</a>)</li>
<li><strong>ruleset:</strong> fix unclosed YAML frontmatter issue (<a href="https://github.com/iorate/ublacklist/commit/c397b548d196c948b6ba6027dc11a978da76fea7">c397b54</a>)</li>
<li>show message when remote SERPINFO update is done (<a href="https://github.com/iorate/ublacklist/commit/71ad983697f4eff55baaccf0f5d44d506a69bdf2">71ad983</a>)</li>
</ul>
<b>Features</b>
<ul>
<li>Manifest V3 is now used on Firefox and Safari (<a href="https://github.com/iorate/ublacklist/commit/6bdb708ce691edab34f82498996d2006d3647d74">6bdb708</a>)</li>
<li>SERPINFO mode is enabled by default, close <a href="https://github.com/iorate/ublacklist/issues/604">#604</a> (<a href="https://github.com/iorate/ublacklist/commit/fb90252217d6409be9bad0d540e1692c05125759">fb90252</a>)</li>
</ul>
<b>BREAKING CHANGES</b>
<ul>
<li>Manifest V2 support has been dropped</li>
<li>the legacy mode has been removed</li>
<li>Built-in support for Kagi and Qwant has been removed</li>
</ul>Source code released under MIT License
Version 8.12.0
Released May 17, 2025 - 2.55 MBWorks with firefox 58.0 and later, android 120.0 and later<b><a href="https://github.com/iorate/ublacklist/compare/v8.11.1...v8.12.0">8.12.0</a> (2025-05-17)</b>
<b>Bug Fixes</b>
<ul>
<li>disable debug log in production build (<a href="https://github.com/iorate/ublacklist/commit/d8ab0a3deffbb20bf80ba3cd21b44b23e1dca08e">d8ab0a3</a>)</li>
<li><strong>locales:</strong> update German translation (<a href="https://github.com/iorate/ublacklist/issues/601">#601</a>) (<a href="https://github.com/iorate/ublacklist/commit/174a79bc7b787c3a9ccb72554504fb40a41b441d">174a79b</a>)</li>
<li>prevent subscription links from being blocked by Chrome (<a href="https://github.com/iorate/ublacklist/commit/bf9983c2400100b9862f80cd6f7453bc6f7b1a08">bf9983c</a>)</li>
<li><strong>serpinfo:</strong> wrong prop name validation broke SERPINFO for DuckDuckGo/SearXNG/StartPage (<a href="https://github.com/iorate/ublacklist/commit/2202a08958666bcc75bb7fb4b0988b8192610d83">2202a08</a>)</li>
<li>subscription links UI in Safari (<a href="https://github.com/iorate/ublacklist/commit/9bc0002bf33382b5e52166fb41cf08ddcc166ea7">9bc0002</a>)</li>
</ul>
<b>Features</b>
<ul>
<li><strong>searx:</strong> add searxng instance (<a href="https://github.com/iorate/ublacklist/issues/603">#603</a>) (<a href="https://github.com/iorate/ublacklist/commit/6a2070bcfb6bf8903122f43bdc4f0ab819049948">6a2070b</a>)</li>
</ul>Source code released under MIT License
Version 8.10.2
Released Apr 21, 2025 - 1.37 MBWorks with firefox 58.0 and later, android 120.0 and later<b><a href="https://github.com/iorate/ublacklist/compare/v8.10.1...v8.10.2">8.10.2</a> (2025-04-21)</b>
<b>Bug Fixes</b>
<ul>
<li><strong>google:</strong> results with site link and videos (<a href="https://github.com/iorate/ublacklist/commit/4355ab1e31939b370f8290873e9d79e06d072ecc">4355ab1</a>)</li>
</ul>Source code released under MIT License
Version 8.10.1
Released Mar 10, 2025 - 1.37 MBWorks with firefox 58.0 and later, android 120.0 and later<b><a href="https://github.com/iorate/ublacklist/compare/v8.10.0...v8.10.1">8.10.1</a> (2025-03-10)</b>
<b>Bug Fixes</b>
<ul>
<li><strong>ecosia:</strong> update ecosia element selectors (<a href="https://github.com/iorate/ublacklist/issues/578">#578</a>) (<a href="https://github.com/iorate/ublacklist/commit/716104b53d9e395a7aa56dbdf7dfff7e2436d4f4">716104b</a>)</li>
<li><strong>locales:</strong> update Chinese translation (<a href="https://github.com/iorate/ublacklist/issues/574">#574</a>) (<a href="https://github.com/iorate/ublacklist/commit/05cbee085a36c0e01b2f8b316d0bd894f35eb6c8">05cbee0</a>)</li>
</ul>Source code released under MIT License
Version 8.10.0
Released Feb 24, 2025 - 1.37 MBWorks with firefox 58.0 and later, android 120.0 and later<b><a href="https://github.com/iorate/ublacklist/compare/v8.9.2...v8.10.0">8.10.0</a> (2025-02-24)</b>
<b>Bug Fixes</b>
<ul>
<li>allow escape sequence in regexp class (<a href="https://github.com/iorate/ublacklist/commit/1a40a1feef53d2bb617ac8b588600325927f1aab">1a40a1f</a>)</li>
<li><strong>google:</strong> add alignment improvements for udm=2 buttons on desktop (<a href="https://github.com/iorate/ublacklist/commit/60a8392825e9a2fa621c0b2d3b255f2b8d1668da">60a8392</a>)</li>
<li><strong>google:</strong> fix "related images" not being blocked on udm=2 desktop (<a href="https://github.com/iorate/ublacklist/commit/c0b659f1c0250260ffc54e8828265c5a0a34dfde">c0b659f</a>)</li>
<li><strong>google:</strong> fix position of control (<a href="https://github.com/iorate/ublacklist/commit/9dad3f54c9e5ff11cba9f0da210b43984899da9e">9dad3f5</a>)</li>
</ul>
<b>Features</b>
<ul>
<li>add "matching rules" section in the block-dialog component (<a href="https://github.com/iorate/ublacklist/commit/10234e89224d0050a17d54874710e98d52594884">10234e8</a>)</li>
</ul>Source code released under MIT License
Version 8.9.2
Released Jul 28, 2024 - 1.23 MBWorks with firefox 58.0 and later, android 120.0 and later8.9.2 (2024-07-28)
Bug Fixes- ddg: fix button overlap on DDG card carousel in certain scenarios (eef17ad)
Source code released under MIT License
Version 8.9.1
Released Jul 21, 2024 - 1.23 MBWorks with firefox 58.0 and later, android 120.0 and laterSource code released under MIT License
Version 8.9.0
Released Jul 15, 2024 - 1.23 MBWorks with firefox 58.0 and later, android 120.0 and later8.9.0 (2024-07-15)
Bug Fixes- safari,google: bring action after "translate this page" to front (6d200cc)
FeaturesSource code released under MIT License
Version 8.8.2
Released Jun 23, 2024 - 1.23 MBWorks with firefox 48.0 and later, android 120.0 and laterSource code released under MIT License
Version 8.8.1
Released Jun 17, 2024 - 1.23 MBWorks with firefox 48.0 and later, android 120.0 and laterSource code released under MIT License
Version 8.7.1
Released Jun 8, 2024 - 640.39 KBWorks with firefox 48.0 and later, android 120.0 and later8.7.1 (2024-06-08)
Bug Fixes- google: add/fix controls on Google images (desktop) (#480) (1f6a26b)
- google: fix font theme on Youtube Videos/Instagram cards (#479) (aa639f4)
- google: fix Images page on mobile version of Google (#485) (a06525d)
- google: fix positioning of control header on Google desktop (#478) (7b03799)
- i18n: apply Chinese translation (#482) (b6273ad)
Source code released under MIT License
Version 8.7.0
Released May 26, 2024 - 639.66 KBWorks with firefox 48.0 and later, android 120.0 and later8.7.0 (2024-05-26)
Bug Fixes- google: fix discussions and forums on Google desktop (#458) (c280c86)
- google: fix extension behavior on unsupported udm values (#474) (babb2f5)
- yandex: update URLs (#466) (4a9a5e0)
FeaturesSource code released under MIT License
Version 8.6.0
Released May 5, 2024 - 638.87 KBWorks with firefox 48.0 and later, android 120.0 and later8.6.0 (2024-05-05)
Bug Fixes- searx: add some searx and searxng instance addresses (#417) (43713e9)
- startpage: update SERP handler (#449) (75c4367), closes #443
FeaturesSource code released under MIT License
Version 8.5.1
Released Feb 27, 2024 - 421.71 KBWorks with firefox 48.0 and later, android 120.0 and laterSource code released under MIT License