-
Notifications
You must be signed in to change notification settings - Fork 54
Managed settings
Raymond Hill edited this page Oct 3, 2024
·
19 revisions
Disable first-run page.
Value: Boolean.
Example of usage (Chromium on GNU/Linux):
{
"3rdparty": {
"extensions": {
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
"disableFirstRunPage": true
}
}
}
}
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, feel free to add useful information.
See related issue https://github.com/uBlockOrigin/uBOL-home/discussions/35.