Skip to content

Instantly share code, notes, and snippets.

@jaka
Last active November 3, 2019 09:23
Show Gist options
  • Save jaka/d119aaf356be460f92c5bcf4a9f2783c to your computer and use it in GitHub Desktop.
Save jaka/d119aaf356be460f92c5bcf4a9f2783c to your computer and use it in GitHub Desktop.

Since Firefox does not support split mode for extensions in incognito mode, extensions that use split value for incognito key inside manifest.json configuration file might not be (side)loaded at browser startup.

One solution is simply removing incognito key from manifest.json:

sed -i "/^\s*\"incognito\":\s*\"split\",/d" manifest.json

I figured this out when running Debian Buster with Firefox 68.2.0esr with webext-ublock-origin package since the browser did not load uBlock Origin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment