mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Created Advanced settings (markdown)
parent
34255f8963
commit
245e3cf1eb
1 changed files with 16 additions and 0 deletions
16
Advanced-settings.md
Normal file
16
Advanced-settings.md
Normal file
|
|
@ -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:
|
||||
|
||||

|
||||
|
||||
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.
|
||||
Loading…
Reference in a new issue