1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Updated The network request logger (markdown)

Raymond Hill 2015-03-03 18:36:16 -05:00
parent c2b21a8b76
commit 1dc01c1267

@ -52,7 +52,7 @@ If the first character is:
A matching filtering expression is one which matches from left-to-right the text in an entry. Examples of filtering expression: A matching filtering expression is one which matches from left-to-right the text in an entry. Examples of filtering expression:
- `- script`: show all blocked requests of type `script` - `- script`: show all blocked requests of type `script`
- `+ xhr`: show all force-allowed requests of type `xhr` (XHMHttpRequest) - `+ xhr`: show all force-allowed requests of type `xhr`
- `!image`: show entries which do not contain the string "image" - `!image`: show entries which do not contain the string "image"
- `script google`: show all requests containing the strings "script" then "google" - `script google`: show all requests containing the strings "script" then "google"