mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
Created Advanced settings (markdown)
parent
34255f8963
commit
245e3cf1eb
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:
|
||||
|
||||
![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.
|
Loading…
Reference in New Issue
Block a user