From dd8275bd10c2e4b9c411492ead240e3062458096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C2=B5=C3=A5r=C3=90=C3=AF=C3=A5=C3=B1?= Date: Sun, 11 Mar 2018 13:57:09 -0700 Subject: [PATCH] updated some changes and added the newly brought back option --- Advanced-settings.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index 74e323c..181d562 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -68,9 +68,17 @@ When clicking the _"Update now"_ button in the _"3rd-party filters"_ pane in the #### `popupFontSize` -Default: `14px`. +Default: `unset`. -A valid CSS font size value to use for the popup panel. Use if you are unhappy with the default size. +A valid CSS font size value (`14px`) to use for the popup panel. Use if you are unhappy with the default size. + +*** + +#### `streamScriptInjectFilters` + +Default: `false`. + +The purpose is to tell uBO to use stream filtering to inject scriptlets where possible. If set to `true`, it brings back scriptlet injection through stream filtering as was the default before `1.15.10`. A fix has also been added to resolve [uBlockOrigin/uAssets#1492](https://github.com/uBlockOrigin/uAssets/issues/1492), which was the main reason to disable stream filtering-based scriptlets injection in 1.15.10. ***