Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scriptlets/trusted-replace-argument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { type Source } from './scriptlets';
* @trustedScriptlet trusted-replace-argument
*
* @description
* Replaces a specific argument of a native method with a constant value, JSON parsed value
* Replaces a specific argument of a native method with a constant value, JSON parsed value,
* or a value derived from a regular expression replacement.
*
* Related UBO scriptlet:
Expand Down
2 changes: 1 addition & 1 deletion wiki/about-trusted-scriptlets.md
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ example.org#%#//scriptlet('trusted-prune-inbound-object', functionName[, propsTo
> Added in v2.2.9.
Replaces a specific argument of a native method with a constant value, JSON parsed value
Replaces a specific argument of a native method with a constant value, JSON parsed value,
or a value derived from a regular expression replacement.
Related UBO scriptlet:
Expand Down