1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Updated The network request logger (markdown)

Raymond Hill 2015-03-03 18:35:54 -05:00
parent ce81407ae5
commit c2b21a8b76

@ -53,7 +53,7 @@ A matching filtering expression is one which matches from left-to-right the text
- `- script`: show all blocked requests of type `script`
- `+ xhr`: show all force-allowed requests of type `xhr` (XHMHttpRequest)
- `!-`: show all non-blocked requests
- `!image`: show entries which do not contain the string "image"
- `script google`: show all requests containing the strings "script" then "google"
The filter expression can be a plain regular expression: