From 76782adc2df1128b29fc3add2ddedf82b1d7b710 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 13 Mar 2021 08:46:27 +0100 Subject: [PATCH] Fix link: resources.txt -> scriptlets.js --- Advanced-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index d3fa86d..39cfbed 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -573,7 +573,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. -uBO expects valid content such as can be seen in [resources.txt](https://github.com/uBlockOrigin/uAssets/blob/master/filters/resources.txt), anything else will lead to undefined results. +uBO expects valid content such as can be seen in [scriptlets.js](https://github.com/gorhill/uBlock/blob/master/assets/resources/scriptlets.js), anything else will lead to undefined results. Any duplicate as per token will result in the previous resource being replaced by the latter one. The resource files are loaded in order of URL appearance, and uBO stock resource file is always loaded first.