From 245e3cf1eb5ad71d6356097d0b1216d3d9d9088d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 18 Nov 2016 08:58:56 -0500 Subject: [PATCH] Created Advanced settings (markdown) --- Advanced-settings.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Advanced-settings.md diff --git a/Advanced-settings.md b/Advanced-settings.md new file mode 100644 index 0000000..19613bb --- /dev/null +++ b/Advanced-settings.md @@ -0,0 +1,16 @@ +[Back to Wiki home](https://github.com/gorhill/uBlock/wiki) + +*** + +The _"Advanced settings"_ page contains settings which are experimental, or which are of interest to advanced users who want more control over how uBO behaves internally. + +These advanced settings can be easily accessed only when the setting [_"I am an advanced user"_](https://github.com/gorhill/uBlock/wiki/Advanced-user-features) in the _Settings_ pane in the dashboard is checked: + +![Click on the _cogs_ icon](https://cloud.githubusercontent.com/assets/585534/20042797/2800dcd4-a44e-11e6-9bc8-a5e0c960262c.png) + +The advanced settings available are described below. Be aware that those settings may change or be removed in the future, or more may be added. + +- `ignoreRedirectFilters`: if set to `true`, uBO will no longer attempt to redirect blocked network requests to a local, neutered version of a resource. The main purpose of redirect filters is to minimize web page breakage as a result of blocking resources. +- `ignoreScriptInjectFilters`: if set to `true`, uBO will no longer lookup and inject scriplets into web pages. The main purpose of the scriptlets is to defuse anti-blocker mechanisms present on some sites. +- `popupFontSize`: a valid CSS font size value to use for the popup panel. Use if you are unhappy with the default size. +- `suspendTabsUntilReady` (experimental): if set to `true`, uBO will hard block all network requests when the browser launches until _all_ the filter lists and rules are loaded and ready, at which time uBO will force a reload of the tabs for which there were network requests blocked during the setup phase. \ No newline at end of file