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:27:04 -05:00
parent ddb12f6999
commit 7ee653406b

@ -48,7 +48,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:
- `- script`: show all blocked requests of type `script`
- `+ object`: show all force-allowed requests of type `xhr` (XHMHttpRequest)
- `+ xhr`: show all force-allowed requests of type `xhr` (XHMHttpRequest)
- `!-`: show all non-blocked requests
- `google`: show all requests containing the string "google"