Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

The matrix toolbar

Raymond Hill edited this page Jan 29, 2014 · 24 revisions

Matrix toolbar

The scope selector

The scope selector let you choose where the rules you create apply, or where they are removed from. There are three scope levels: global, domain-level, and site-level scope.

Matrix toolbar

  • Default is global scope: *. In global scope mode, rules apply to all web pages, except those which match a narrower scope.
  • Other scopes:
    • Domain-level scope.
      • Example: https://*.google.com. Rules at domain-level scope will apply to web pages which match the scope, including the scheme (https or http), except if for web pages which match an even narrower scope.
    • Site-level scope.
      • Example: https://www.facebook.com. Rules at site-level scope will apply to web pages which match exactly the name of the scope, including the scheme.
  • An example for the use of scopes: block facebook.com globally, but allow facebook.com when visiting https://www.facebook.com. This is useful to prevent those ubiquitous servers from tracking you, unless you explicitly visit them.
  • Another example: to enforce the use of a secure scheme for a web site. If you create a scope https://www.google.com along with specific rules, these rules will not apply if the visited web page is http://www.google.com.

Persist temporary rules

Matrix toolbar

Padlock: for any changes to be permanent, you need to click the padlock.

  • All changes in the matrix are temporary by default. This applies to scope selection as well.
  • Don't be scared to experiment with whitelisting, blacklisting or graylisting. It's all temporary.
  • When you are satisfied with the state of the matrix, make the scope/rules permanent by clicking the padlock.

The preset recipes

Starting with version 0.7.8.0, preset recipes were introduced in order to assist the user to easily apply the proper rules to the matrix in order to "unbreak" a web page.

Matrix toolbar

Remove temporary rules from current matrix

Matrix toolbar

Clicking this button will cause all temporary rules to be wiped out. Only the permanent rules will be active in the matrix.

Remove all temporary rules

Matrix toolbar

Force reload the web page

Matrix toolbar

Force a reload the web page.

  • The web page will reload if needed when you close the popup menu, but you can force a reload while the popup menu is opened in order to see the effects of your changes.

Rule manager, Statistics, Settings, etc.

Matrix toolbar

Last button is to bring up more options, which are explained elsewhere.

Clone this wiki locally