Skip to content

Managed settings

Raymond Hill edited this page Oct 3, 2024 · 19 revisions

Back to Wiki home


See: https://github.com/uBlockOrigin/uBOL-home/discussions/35

disableFirstRunPage

Disable first-run page.

Value: Boolean.

Example of usage (Chromium on GNU/Linux):

    {
      "3rdparty": {
        "extensions": {
          "ddkjiahejlhfcafbddmgiahcphecmpfh": {
            "disableFirstRunPage": true
          }
        }
      }
    }

noFiltering

Disable uBOL for specific sites.

Value: Array of strings.

Example of usage (Chromium on GNU/Linux):

    {
      "3rdparty": {
        "extensions": {
          "ddkjiahejlhfcafbddmgiahcphecmpfh": {
            "noFiltering": [ "example.com", "mycorp.test" ]
          }
        }
      }
    }

People who know how to manage those settings under other OSes are welcome to contribute their knowledge here for the benefit of others.

Clone this wiki locally