mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated The logger (markdown)
parent
141a690767
commit
81dbfd4764
1 changed files with 11 additions and 1 deletions
|
|
@ -84,4 +84,14 @@ Examples:
|
|||
|
||||
This is the maximum number of entries allowed in the logger. When the maximum is reached, the oldest entries at the bottom will be removed to make place to newest entries at the top.
|
||||
|
||||
This is useful to be sure the logger does not unduly consume a huge amount of memory if left open for long period of time. Usually, the most recent entries are the ones of interest. When this value is not set, there is a built-in limit of 5,000 entries.
|
||||
This is useful to be sure the logger does not unduly consume a huge amount of memory if left open for long period of time. Usually, the most recent entries are the ones of interest. When this value is not set, there is a built-in limit of 5,000 entries.
|
||||
|
||||
#### Accessing popup UI of a specific page
|
||||
|
||||

|
||||
|
||||
You can access the popup UI of a specific tab by clicking the second cell in a log entry.
|
||||
|
||||
This will cause all entries in the logger which are unrelated to the selected entry to be dimmed.
|
||||
|
||||
#### Filtering wizard
|
||||
|
|
|
|||
Loading…
Reference in a new issue