-
Notifications
You must be signed in to change notification settings - Fork 436
Quick guide: popup user interface
This is uBlock's popup UI when you click on uBlock's icon in the toolbar:
- The title bar
- The large power button
- [The number of requests blocked]
- [The number of domains connected]
- [The site-based switches]
Click the title bar of the popup to go to uBlock's dashboard.
Click the large power button to turn off uBlock for the current site (a.k.a. whitelist the current site). This will be remembered the next time you visit the site.
Alternatively, you can also Ctrl-click to turn off uBlock only for the current page (command ⌘-click on Mac).
For more advanced whitelisting control, see "How to whitelist a web site".
This shows the number of network requests which were blocked on the current page. Also, less useful, but people like this kind of thing, the number of network requests blocked since install.
Click the eye-dropper icon to enter element picker mode, which allows to create a filter by interactively picking an element on a page, in order to have the element permanently removed from the page.
Click the eye icon to bring up the network request logger, which will open in a separate tab. This allows to inspect real-time network traffic on a given page.
The number of distinct domains with which a network connection was established, out of all connections (established + blocked). The domains are derived using the official Public Suffix List.
In general, it must be assumed that each distinct domain is managed by a distinct administrative authority. In practice, it is not uncommon to have a couple distinct domains which are under the same administrative authority (for example: google.com
, ajax.googleapis.com
and gstatic.com
, or wikipedia.org
and wikimedia.org
).
That said, this statistic has to be seen this way: the more distinct domains your browser connects to, the larger the privacy exposure.
In a best-case scenario, the number of distinct domains to which a web page connects should be only one, i.e. that of the remote server from which the web page was fetched.
The higher the number, the higher your are exposing yourself privacy-wise.
There is a good correlation between domains connected count and: undue page bloat, high privacy exposure, likelihood of being the target of data mining.
Example, a web page on http://www.ibtimes.com/ (which could be read all fine in all cases by the way):
uBlock's mode | turned off | default settings | default-deny |
---|---|---|---|
domains connected | ![]() |
![]() |
![]() |
privacy exposure | very high | medium | very low |
bloat | ridiculously high | medium | very low |
And I had click-to-play enabled in all cases, i.e. it could have been worse (except for default-deny)...
The first (left-most) icon in the above figure is the popup blocker. By default popups are allowed unless there is a filter to block them. When this setting is turned on, all popups will be unconditionally blocked for the current site, regardless of filters.
The second icon is to turn off strict blocking for the current site. By default strict blocking is on.