Skip to content

Instantly share code, notes, and snippets.

@knzm
Created May 4, 2019 14:42
Show Gist options
  • Save knzm/149fdda292a03caa7a49498bcff4fdb2 to your computer and use it in GitHub Desktop.
Save knzm/149fdda292a03caa7a49498bcff4fdb2 to your computer and use it in GitHub Desktop.
Fix firefox's disabled extensions related to the certificate issue occured at May 4, 2019
cd ~/Library/Application Support/Firefox/Profiles/<profile folder>
mv extensions.json extensions.json-20190504
cat extensions.json-20190504 | jq '(.addons[] | select(.signedState == -1)) |= (.signedState = 1 | .active = true | .appDisabled = false)' > extensions.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment