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:

-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.
-
+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.