From 2b34a67134731e58624d9ab002013f1b96f0b2cd Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 3 Mar 2015 18:28:33 -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 9cdf00f..a3fcfc4 100644 --- a/The-network-request-logger.md +++ b/The-network-request-logger.md @@ -50,7 +50,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 -- `google`: show all requests containing the string "google" +- `script google`: show all requests containing the strings "script" then "google" The filter expression can be a plain regular expression: