From c569933cb669e0a764eb01ad8df69de089f2e4bd Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 23 Jun 2023 07:58:51 -0400 Subject: [PATCH] Updated Resources Library (markdown) --- Resources-Library.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 88aebbe..ffe8326 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -859,10 +859,10 @@ If the value starts with `{` and ends with `}`, the value will be JSON-parsed, a Solves: https://github.com/uBlockOrigin/uAssets/discussions/18185#discussioncomment-5977456 Examples: - - `example.com##+js(trusted-set, prop, { value: 100000 })` - - `example.com##+js(trusted-set, prop, { value: "yes" })` - - `example.com##+js(trusted-set, prop, { value: [ "one", "two", 3 ]})` - - `example.com##+js(trusted-set, prop, { value: { url: "about:blank" }})` + - `example.com##+js(trusted-set, prop, { "value": 100000 })` + - `example.com##+js(trusted-set, prop, { "value": "yes" })` + - `example.com##+js(trusted-set, prop, { "value": [ "one", "two", 3 ]})` + - `example.com##+js(trusted-set, prop, { "value": { "url": "about:blank" }})` Also see: [set-constant](#set-constantjs-)