Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Oct 24, 2022
1 parent 43b3d8d commit 68e5994
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scriptlets/trusted-replace-xhr-response.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
* @description
* Replaces response content of `xhr` requests if **all** given parameters match.
*
*
* **Syntax**
* ```
* example.org#%#//scriptlet('trusted-replace-xhr-response'[, pattern, replacement[, propsToMatch]])
Expand All @@ -42,7 +41,7 @@ import {
* - value is string or regular expression for matching the value of the option passed to `.open()` call
*
* > Usage with no arguments will log XMLHttpRequest objects to browser console;
* which is useful for debugging but not allowed permitted for production filter lists.
* which is useful for debugging but only allowed for production filter lists.
*
* **Examples**
* 1. Log all XMLHttpRequests
Expand Down

0 comments on commit 68e5994

Please sign in to comment.