1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-10 22:34:56 +12:00

Updated Very bare walkthrough for first time users (markdown)

gorhill 2014-11-09 05:11:27 -08:00
parent 7445ba7245
commit 93e41ba603

@ -6,7 +6,7 @@ When you first visit [wired.com](https://wired.com), open the matrix:
The top-most left-most cell is the currently selected **scope**. The currently selected scope is just a user interface thing. This allows you to look at, or edit rules in a specific scope. The matrix filtering engine always filter net requests by evaluating rules in the narrowest scope first.
All rules in µMatrix apply are created in a specific scope. Above in the picture, the `*` is selected. The `*` is the global scope. The global scope contains rules which applies **everywhere**, on every page you visit.
All rules in µMatrix are created in a specific scope. Above in the picture, the `*` is selected. The `*` is the global scope. The global scope contains rules which applies **everywhere**, on every page you visit.
Since µMatrix works in block-all/allow-exceptionally out of the box, pretty much everything is blocked in the global scope, except for CSS-related and image resources.