mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated The network request logger (markdown)
parent
a8850f9307
commit
80e26bf204
1 changed files with 3 additions and 3 deletions
|
|
@ -50,11 +50,11 @@ The `X` button in the toolbar allows you to remove those void entries from the l
|
|||
|
||||
This is to clear the logger, to remove all entries.
|
||||
|
||||
***
|
||||
#### Filtering
|
||||
|
||||

|
||||

|
||||
|
||||
You can filter entries in the logger using filter expressions. Log entries which do not match _all_ filter expressions will be hidden from view. Syntax for a filter expression:
|
||||
You can visually filter entries in the logger using filter expressions. Log entries which do not match _all_ filter expressions will be hidden from view. Syntax for a filter expression:
|
||||
|
||||
- Enter `foo` to only show entries which have a string `foo`.
|
||||
- Enter `|foo` to only show entries which have a field starting with `foo`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue