From 88eea777166b3d056cabfc48713b693c71768b32 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sun, 21 Apr 2019 00:18:04 +0200 Subject: [PATCH] Multiple URLs in userResourcesLocation --- Advanced-settings.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index e807e27..8c11c93 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -238,6 +238,12 @@ Related browser issues: Default: `unset`. +After [1.18.17b6](https://github.com/gorhill/uBlock/commit/a52b07ff6ef6e6b16785e237178e1cd6f38a1833) added support for multiple URLs separated by space character. Any duplicate will result in the previous resource being replaced by the latter one. The resource files are loading in order of URL appearance, and uBO stock resource file is always loaded first. + uBO 1.11.5 and above. -If set to a valid URL, uBO will load the content of the URL and parse it as token-identified resources to be used for `redirect` or `script:inject` purpose. For example, I use this setting to test resources before publishing them for [uAssets](https://github.com/uBlockOrigin/uAssets). 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. \ No newline at end of file +If set to a valid URL, uBO will load the content of the URL and parse it as token-identified resources to be used for `redirect` or `script:inject` purpose. For example, I use this setting to test resources before publishing them for [uAssets](https://github.com/uBlockOrigin/uAssets). 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. + +Resource will be updated at the same time the built-in resource file is updated. + +Purging the cache of 'uBlock filters' will also purge the cache of the built-in resource file -- and hence force a reload of the user's custom resources if any. \ No newline at end of file