1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

Updated Very bare walkthrough for first time users (markdown)

gorhill 2014-11-04 08:07:07 -08:00
parent 2eb30a2d06
commit 5b07b1ac3d

@ -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 to 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 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.
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.