Block all third-party scripts and trackers by default and selectively allow only what each site needs to function.
Use the built-in request logger to diagnose why a website is broken and identify exactly which blocked request caused it.
Audit what every website you visit is loading by running in strict block-all mode and reviewing the request log.
Block-all default mode will break most websites until you configure per-site rules, expect a learning curve before it is usable.
uMatrix is a browser extension for Firefox, Chrome, and Opera that gives you fine-grained control over what network requests your browser is allowed to make while visiting a website. Most websites pull in content from many different sources, including scripts, images, cookies, and data from third-party services. uMatrix lets you decide, for each source and each type of content, whether to allow or block it. The extension uses a grid-based interface. Rows represent the sources that a page is trying to contact, and columns represent the types of content being requested, such as scripts, cookies, or media. You click cells in this grid to allow or block combinations. By default it operates in block-all mode, which means almost everything is blocked until you explicitly allow it. This approach stops most tracking, ads, and unwanted scripts automatically, but it also means many websites will not work correctly until you configure them. The README is direct about this: uMatrix is intended for advanced users who are comfortable figuring out why a site broke and unblocking the specific pieces it needs. There is a built-in logger that shows every request the browser made and what uMatrix did with it, which is the main tool for diagnosing broken pages. You can also switch it to allow-all mode if you prefer a less disruptive experience, though that reduces the privacy and security benefits significantly. The project is forked from an earlier extension called HTTP Switchboard and shares most of its documentation with that predecessor. Translation contributions are managed through Crowdin. The license is GPLv3. The README notes that the project is no longer actively receiving new feature development and that user support happens on a Reddit community.
← gorhill on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.