What does HackerNews think of uMatrix?
uMatrix: Point and click matrix to filter net requests according to source, destination and type
It's not a full replacement for uBO either because it won't attempt to do anything fancy to block ads specifically.
However, uMatrix is no longer maintained. Its GitHub page [0] says the project has been archived. I'm still using it, don't know whether there are any risks in doing so.
Thanks to Hacker News¹, I recently came across Learn systemd by example². The site itself is hosted by Hetzner, a German hosting provider that take user privacy seriously³ and uses Cloudflare as a privacy-conscious CDN⁴. The only third-party resources it uses are Google fonts. Users of uMatrix⁵ or uBlock Origin⁶ can easily block these resources and the web app works perfectly fine without them.
I’d also use Wordle itself as an example of a reasonably user-privacy friendly web application. The only third-party resources it uses is Google Tag Manager (which is blocked by default by uMatrix).
I use Firefox with a number of web extensions (Firefox Multi-Account Containers⁷, Decentraleyes⁸, uMatrix, uBlock Origin, Privacy Redirect⁹). These all provide me, an end-user, much greater control over my online privacy than I’d have with a mobile app. I’ve also recommended Decentraleyes and uBlock Origin to non-technical friends as extensions they can install and not worry about configuration.
1. https://news.ycombinator.com/item?id=30071240
2. https://systemd-by-example.com/
3. https://www.hetzner.com/legal/privacy-policy
4. https://www.cloudflare.com/privacypolicy/
5. https://github.com/gorhill/uMatrix
6. https://github.com/gorhill/uBlock#ublock-origin
7. https://github.com/mozilla/multi-account-containers#readme
https://www.reddit.com/r/uMatrix/comments/onp0c6/umatrix_142...
https://github.com/gorhill/uMatrix https://news.ycombinator.com/item?id=24532973
It has the option “Block all hyperlink auditing attempts” enabled by default.
https://news.ycombinator.com/item?id=24532973 https://github.com/gorhill/uMatrix
I'm not sure what is supposed to replace it though.
https://github.com/gorhill/uMatrix https://news.ycombinator.com/item?id=24532973
Any ideas where to go for similar functionality that will be supported in the future?
I'm a pretty big Javascript advocate, but I do recommend advanced users run uMatrix and consider disabling at least 3rd-party JS by default. uMatrix is a fantastic tool and it really doesn't take long to get used to. And honestly, a relatively large portion of the web works with only 1st party Javascript, and a surprising chunk of the web still works just fine with no Javascript at all.
This is also why I advise advanced users to run Firefox. uMatrix isn't available for Safari, and it's looking extremely likely that it'll be at least underpowered in Chrome once Manifest v3 comes out. Or I guess run Brave or Vivaldi or whatever. Dang kids running around with their hipster browsers, I can't keep track of them all.
The point is, even though I'm extremely bullish on the web as a secure application platform, part of the reason I'm bullish is because the web makes it relatively easy to take simple security measures like disabling scripts by default. You should absolutely take advantage of that, you should absolutely be disabling at least some Javascript features when you browse.
You can even globally turn off fingerprinting vectors like WebGL[2]/Canvas[3] in Firefox, and just swap to a different profile whenever you want to visit the rare game/app that requires them. Although with more and more people trying to embed their own DOM models in Canvas, maybe that'll be harder in the future.
[0]: https://github.com/gorhill/uMatrix
[1]: https://github.com/gorhill/uMatrix/wiki/The-popup-panel#the-...
[2]: about:config -> `webgl.disabled` -> true
https://getublockorigin.com, https://github.com/gorhill/uMatrix
This seems like probably a good thing for casual users. Safari adblockers have shown that declarative lists can work well enough. The people who will suffer, I fear, are those of us who run more flexible and powerful tools, like [uMatrix](https://github.com/gorhill/uMatrix).
Also it's recommended[0] to install uMatrix[1] or eMatrix[2] side-by-side with uBlock Origin.
[0] http://news.ycombinator.com/item?id=17361827
I really like it, no doubts it's good and everyone should consider using it.
BUT, since we are talking about uBlock Origin, I'd like to mention another awesome extention Raymond Hill made.
uMatrix (https://github.com/gorhill/uMatrix)
uMatrix alone is very powerful, and will prevent most ads.
Yes you as a user need to do the work, but the result is better.
If you like the idea of uMatrix, you may also look at NoScript!
Actually, I live almost ad free using NoScript + uBlock Origin for at least 2 yrs.
$rewrite... what a dumb feature btw!
you can get the add-on for Firefox mobile also. It can be a hassle for the lazy user, but the addon will provide visibility into scripts, cookies and services used by websites.
Most scripts are blocked by default which dramatically improves page load times and privacy.
If you are a web developer or are familiar with web terminology like origins, domains, frames, XHR, etc on the web, and are willing to put in some time learning how to use it (15 mins for a seasoned web dev, maybe 30-60 mins otherwise) get uMatrix (https://github.com/gorhill/uMatrix). It will change your life! If not, use ScriptBlock on Chrome or NoScript on Firefox. Block all scripts (and if using uMatrix, cookies, XHR, and frames) by default and whitelist as you go for sites you trust (or want to use bad enough to potentially open yourself up for tracking).
https://github.com/gorhill/uBlock
If you can use a desktop browser tethered through your mobile data connection, you can use the extension uMatrix [1] to selectively block scripts, css, images, outbound requests, and more. This would allow you to turn most pages into lightweight, text-only pages.
[0] https://support.mozilla.org/en-US/kb/block-or-load-images-ov...
From the wiki page, there are many useful FAQ/ guides/ docs. Specifically, there is a link to a decent guide:
http://adamantine.me/index.php/2015/11/18/umatrix-desperatel...
edit: using both is redundant