1
0
Fork
You've already forked nuMatrix
0
forked from arek/nuMatrix
nuMatrix: Point and click matrix to filter net requests according to source, destination and type. Based on uMatrix
  • JavaScript 82.2%
  • CSS 5.6%
  • HTML 5.5%
  • WebAssembly 5.4%
  • Shell 0.9%
  • Other 0.4%
Find a file
2025年01月09日 09:27:03 +00:00
.idea turn on all inspections 2024年05月13日 17:36:09 +01:00
assets new recipes (thanks scaryguy!) 2025年01月09日 09:27:03 +00:00
dist version bump 2024年05月13日 15:10:40 +01:00
doc μ to u ( #1002 ) 2018年07月20日 07:20:52 -04:00
platform update git repo url 2024年05月16日 22:37:03 +01:00
src update git repo url 2024年05月16日 22:37:03 +01:00
tools remove easylists as they were causing #1173 , replaced with hagezi ultimate 2024年11月04日 17:16:32 +00:00
.gitignore update gitignore 2024年05月13日 17:24:29 +01:00
.jshintrc update 2024年05月13日 17:36:02 +01:00
.travis.yml Fix packaging/publishing scripts 2019年12月25日 09:30:34 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018年04月15日 12:21:40 -04:00
LICENSE.txt a whole lot more left to do, at least popup shows 2015年04月13日 12:31:55 -04:00
README.md add comparison to other forks in readme 2024年11月04日 12:04:05 +00:00

nuMatrix

Fork of uMatrix by Raymond Hill (https://github.com/gorhill/uMatrix).

Downloads

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

I won't publish chrome builds until I'm happy with the state that the extension is in. You can clone the repo and run . ./tools/make-chromium.sh all to make a local unpacked.

Changes

The only breaking change (to my knowledge) is that this PR by Raymond Hill was merged into master. One of the changes is that 'xhr' is renamed to 'fetch', so rules will need to be updated accordingly.

Other than that, here are some other things that have been added/changed since the last release of uMatrix:

  • Keyboard navigation
  • Font column in the matrix
  • 'Temporarily Allow' button when visiting a blocked URL
  • Added new default blocklists
  • Handling beacons as part of hyperlink auditing
  • Display ambigious punycode URLs as ASCII
  • Fixed a few bugs here and there

Other forks

I'll be trying to incorporate changes from other forks in this fork. Feel free to submit an issue or PR if I'm missing any other forks.

nuTensor by geekprojects - 24 commits ahead of original uMatrix. All feature changes are in nuMatrix

nuTensor by nikobockerman - up to date with nuTensor by geekprojects

nuTensor.d by SteelEyeballSac1 - 33 commits aheaad of nuTensor by geekprojects. Pretty much just renaming, changing blocklists, changing images, and other stuff not affecting functionality (see here)


Original README below


uMatrix

Definitely for advanced users.


Keep Github issues for actual bugs. User support is /r/uMatrix.

Forked and refactored from HTTP Switchboard.

Install manually the latest release, or install from:

You may contribute with translation work:

HTTP Switchboard's documentation is still relevant, except for uMatrix's differences with HTTP Switchboard.

You may contribute with documentation: uMatrix's wiki.

Warnings

Regarding broken sites

uMatrix does not guarantee that sites will work fine: it is for advanced users who can figure how to un-break sites, because essentially uMatrix is a firewall which works in relaxed block-all/allow-exceptionally mode out of the box: it is not unexpected that sites will break.

So this means do not file issues to report broken sites when the sites are broken because uMatrix does its job as expected. I will close any such issue without further comment.

Using uMatrix logger is key to un-break sites: the logger will show you all that uMatrix does internally.

I expect there will be community driven efforts for users to help each others. If uMatrix had a home, I would probably set up a forum, but I do not plan for such thing, I really just want to code, not manage web sites. If you need help to un-break a site when using uMatrix, you can try Wilders Security, where you are likely to receive help if needed, whether by me or other users.

uMatrix can be set to work in allow-all/block-exceptionally mode with a single click on the all cell in the global scope *, if you prefer to work this way. This will of course break less sites, but you would then lose all the benefits which comes with block-all/allow-exceptionally mode -- though you will still benefit from the 62,000+ blacklisted hostnames by default.

License

GPLv3.