From 07765b8fa03c09176256bf1a428c77aa314369b2 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 8 Apr 2023 13:24:19 -0400 Subject: [PATCH] Updated Advanced settings (markdown) --- Advanced-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index 5e20559..d0d8bc5 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -568,7 +568,7 @@ Default: `unset`. One or more space-separated URLs which content will be parsed as token-identified resources to be used for [`redirect`](./Static-filter-syntax#redirect) or [scriptlet-injection](./Static-filter-syntax#scriptlet-injection) (`+js(...)`) purpose. Usage example: -`userResourcesLocation` `https://example.com/my-scriptlets.js https://example.org/public/their-scriptlets.js` +`userResourcesLocation` `https://example.com/my-scriptlets.js https://example.org/public/ubo-scriptlets.js` uBO expects valid content such as can be seen in legacy version of [scriptlets.js](https://github.com/gorhill/uBlock/blob/56b8201196a02e4d6c31bce7c168ad1c961ed63e/assets/resources/scriptlets.js), anything else will lead to undefined results.