From 6fd01dd96c3597c898daa1a114888a935c61c5e3 Mon Sep 17 00:00:00 2001 From: gwarser Date: Wed, 2 Dec 2020 16:13:35 +0100 Subject: [PATCH] Overview panel advanced mode, remove some info --- Quick-guide:-popup-user-interface.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/Quick-guide:-popup-user-interface.md b/Quick-guide:-popup-user-interface.md index 5c50970..77f4c78 100644 --- a/Quick-guide:-popup-user-interface.md +++ b/Quick-guide:-popup-user-interface.md @@ -126,29 +126,14 @@ Unless you are in ["advanced user"](./Advanced-user-features) mode, this panel i *** -In "advanced user" mode, the panel is fully interactive and can be used for advanced filtering control: +In "advanced user" mode this panel is fully interactive and can be used for advanced filtering control: ![Overview panel advanced mode](https://user-images.githubusercontent.com/886325/85384714-b3aa3700-b541-11ea-91cd-6e0e2c1aad4c.gif) -This is UI for [Dynamic filtering](./Dynamic-filtering). Column on the left represents global rules, on the right - local. Note that "green"/`allow` cell is [hidden by default to prevent missuse](https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide#allow-rules). +Refer to the [_Dynamic filtering_ documentation](./Dynamic-filtering) to learn more about the rules. -![dynamic filtering cells](https://user-images.githubusercontent.com/886325/69888549-c2eb3e00-12ec-11ea-8341-9b0de36e7659.gif) +After modifying the rules, you can quickly reload the page without leaving the popup by clicking on the reload button appearing in top-right corner. Click it with Ctrl, Shift or Cmd (Mac) pressed to bypass browser cache. -Each cell has three fields representing [Dynamic filtering actions](./Dynamic-filtering:-rule-syntax#actions): - - - Green - `allow`: matching network request will be allowed. - - Grey - `noop`: exclude network requests from being subjected to dynamic filtering. - - Red - `block`: matching network request will be blocked. - -Rules set by clicking the cells are temporary by default - click the padlock button if you want to make them permanent or eraser to clear them. Pressing Ctrl (Cmd on Mac) when setting rules will make them permanent immediately. - -Quickly reload the page without leaving the popup by clicking reload button appearing on the right. Click it with Ctrl, Shift or Cmd (Mac) pressed to bypass cache. - -> *** -> **Tip:** -> -> Click the `all` cell at the top with Ctrl and Shift pressed to open panel as new browser tab. -> -> *** +Click the `all` cell at the top with Ctrl and Shift pressed to open popup panel as a new browser tab, which may be useful for example to capture screenshots.