1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-29 11:30:20 +12:00
Go to file
Deathamns 9f23b45651 Site-patching possibility for Safari
Safari's extension API doesn't provide a way to intercept requests
initiated by plugins, so those cases need special care (or at least the
popular sites).

This commit adds a new JS file (sitepatch-safari.js), which will store the
patches (if it's possible to create one) for specific sites.

As an example, this commit includes a technique for removing in-video ads
from YouTube videos.
2015-04-10 19:39:18 -04:00
assets this fixes #138 2015-03-14 11:58:37 -04:00
doc translation work from crowdin 2015-01-19 09:08:41 -05:00
platform/chromium forgot to add shutdown to other platforms (re. https://github.com/gorhill/uMatrix/issues/144) 2015-04-10 19:37:30 -04:00
src Site-patching possibility for Safari 2015-04-10 19:39:18 -04:00
tools reorganizing, preparing move to vAPI 2015-04-10 17:06:49 -04:00
.gitignore that works better 2014-10-17 15:16:16 -04:00
.travis.yml oops 2015-04-10 10:10:57 -04:00
LICENSE Initial commit 2014-10-15 16:25:43 -04:00
README.md Update README.md 2015-04-10 10:12:36 -04:00

µMatrix for Chromium

Forked and refactored from HTTP Switchboard.

Install manually the latest release, or from Opera store, Chrome store.

You may contribute with translation work on Crowdin: µMatrix on Crowdin.

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

You may contribute with documentation: µMatrix's wiki.

Warnings

Regarding broken sites

µMatrix does not guarantee that sites will work fine: it is for advanced users who can figure how to un-break sites, because essentially µMatrix is a firewall which works in 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 µMatrix does its job as expected. I will close any such issue without further comment.

I expect there will be community driven efforts for users to help each others. If µMatrix 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 µMatrix, you can try Wilders Security, where you are likely to receive help if needed, whether by me or other users.

µMatrix 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.

License

GPLv3.