8
24
Fork
You've already forked nuMatrix
4
  • dev c636a17231

    dev (c636a17)
    All checks were successful
    ci/woodpecker/push/woodpecker Pipeline was successful
    Pre-release

    arek released this 2026年07月05日 09:25:11 +02:00 | 0 commits to master since this release

    FOR TESTING ONLY

    Changes since v0.1.2:

    • b4a1bcb src/_locales/de/messages.json aktualisiert
    • 33564c0 #825 #636 #387 Add multi-type rules, domain-grouped sort, and changes-only view to My Rules
    • d992237 #1153 Add referrer matrix type for per-destination referrer-spoof override
    • 28378e4 #1140 Soft-reload to re-fetch blocked images and CSS without page reload
    • 9ae31d6 #765 Hover message was too verbose, only show the hostname
    • 97523a2 #415 Strip ambient HTTP Basic/Digest auth from cookie-blocked third-party requests
    • 909afce #1148 Log every spoofed referrer (bug acknowledged by gorhill).
    • 5a80754 #878 Make cookie deletion work on FPI and Total Cookie Protection
    • 3978be7 #1172 Rename Assets section to Filter lists and report tracking-parameter rule counts
    • 0adc48f Ignore coverage output and align switch offset map
    • cb81ec3 #124 Add per-domain webrtc-block switch to disable WebRTC
    • 098f4ea #1172 Add URL tracking-parameter pruning from $removeparam lists with per-site switch
    • bd0793b Replace XMLHttpRequest with fetch in cloud-ui
    • 6b070e8 Remove unused LiquidDict module
    • 0994036 Simplify clearStorage branching and guard fire-and-forget rejection
    • c6c2bd0 #829 Delete local storage content set by blocked hostnames toggle also clears indexedDB, route localStorage and indexedDB through browsingData API
    • 778f23e Correctly log ping and beacon as other since there are no columns for them
    • d00fde7 #765 Show indicator on punycoded domains
    • a0bbf82 #1175 add ability block individual resources (scripts, fonts, images, etc)
    • a66ed96 #526 show source of host blocking in the details pane in the logger
    • 4805aa3 #883 Implement scope isolation toggle
    • de199f6 #1139 Parse ruleset title
    • 61edd23 #531 Added timestamp to backup and rule exports
    • 8ab8653 #704 Show warning when importing an invalid file
    • 7bb0b96 #1129 Implement scope inheritence indicator (triangle in bottom right corner of a cell). Doesn't show inheritance from global scope
    Downloads
  • v0.1.2 386fe45593

    v0.1.2 Stable

    arek released this 2026年06月18日 20:41:51 +02:00 | 44 commits to master since this release

    (I messed up with v0.1.1)

    • Don't ship assets, download them on install (makes the package 1MB vs 9MB before)
    • Early return on keyboard navigation and preventDefault

    (Signed .xpi will be uploaded once approved by AMO)

    Downloads
  • v0.1 98cf844e29

    v0.1 Stable

    arek released this 2026年06月18日 10:46:45 +02:00 | 49 commits to master since this release

    I'm finally happy enough with the extension to release v0.1. Sorry it took so long.

    Changes since v0.0.0.8b:

    • Updated German translations (thank you Mr-Update!)
    • Fix domain separation spacing regressions (#1198)
    • Fix punycode related regressions
    • Adjust URL caputring regex to match spec (#1138)
    • Build CRX and publish for Chromium based browsers on Codeberg (can be installed via Chromium Web Store on ungoogled-chromium)

    (Signed .xpi will be uploaded once approved by AMO)

    Downloads
  • 0.0.0.8b Pre-release

    arek released this 2026年03月09日 09:50:20 +01:00 | 59 commits to master since this release

    • make extension toolbar icon colour blind friendly
    • update German translations
    • make the web page blocked window respect dark mode
    Downloads
  • Small fix Pre-release

    arek released this 2023年12月23日 23:35:20 +01:00 | 93 commits to master since this release

    Handle blocking beacons a bit better.

    Currently I'm having problems uploading new version to AMO, so update on there might be a bit slow.

    Downloads
  • arek released this 2023年11月20日 23:44:17 +01:00 | 103 commits to master since this release

    Features:

    • Keyboard navigation (#1147)
    • Temporarily allow a domain on a blocked screen (#20)

    Other:

    • Correctly log beacon blocks
    • Fix some console errors
    • Remove some default filter lists

    Next release will be 0.1 and it might take a while. It will focus on fixing bugs which don't appear to be fixable by moving the backend to uBO, which is the target for version 1.0.

    Firefox: https://addons.mozilla.org/en-US/firefox/addon/numatrix/

    Downloads
  • arek released this 2023年11月15日 12:55:54 +01:00 | 117 commits to master since this release

    Functionality:

    • Update punycode.js
    • Improve solution to #765
    • Add font as a blockable element in the matrix
    • Handle beacons as part of hyperlink auditing

    Other:

    • Add licenses for blocklists where available
    • Renames in buildscripts

    Signed Firefox extension is now available 🥳: https://addons.mozilla.org/en-US/firefox/addon/numatrix/

    Downloads
  • arek released this 2023年11月13日 13:33:48 +01:00 | 129 commits to master since this release

    Temporary fix for #765 using a fix from uBlock (https://github.com/gorhill/uBlock/issues/2550) which in turn uses the fix from Chromium.

    Temporary because its not implemented very well, I'm still getting my head around the uMatrix codebase.

    Also made the default blocklists less extreme, which should result in less false positives.

    Still waiting for Mozilla to approve the extension, hopefully will be done by 0.0.0.3b. As such, builds are still unsigned.

    Downloads
  • First Release Pre-release

    arek released this 2023年11月09日 02:44:33 +01:00 | 133 commits to master since this release

    Version 0.0.0.1b

    Changes from last version of uMatrix:

    from: #1015:

    • Fix display of subdomains of blocklisted domains
    • Call python3 rather than python in build scripts
    • Open logger/dashboard links adjacent to current tab
    • Add missing .fa-icon-vflipped CSS, to fix search arrow in asset viewer
    • Fix the tooltip of the "obsolete" icon on the assets dashboard page
    • Allow line breaks for long domains in the popup panel

    others:

    • merge uassets into this repo, fix build scripts accordingly
    • rename to nuMatrix is some places
    • get rid of μ's in the code
    • replace hosts blocklists, update update script for 3rdparty
    • make sure this repo gets queried for asset updates
    • #1124 - Update hyperlink auditing URL

    This build is unsigned, I'm waiting for this addon to be approved

    Downloads