From c2b21a8b765902c8e69c17e03d6df3b59b77b75e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 3 Mar 2015 18:35:54 -0500 Subject: [PATCH] Updated The network request logger (markdown) --- The-network-request-logger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-network-request-logger.md b/The-network-request-logger.md index cf147fb..4a9c431 100644 --- a/The-network-request-logger.md +++ b/The-network-request-logger.md @@ -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: