Wpis z mikrobloga

@greedo: U mnie to wystarczyło.
Jak nie to jest drugie wyjście:
1. W pasku adresu wpisujemy: about:config tam devtools.chrome.enabled zmieniamy na true
2. Odpalamy konsolę --> ctrl+shift+j
3. Tam wklejamy

// Re-enable all extensions

async function set_addons_as_signed() {
Components.utils.import("resource://gre/modules/addons/XPIDatabase.jsm");
Components.utils.import("resource://gre/modules/AddonManager.jsm");
let addons = await XPIDatabase.getAddonList(a => true);

for (let addon of addons) {
// The add-on might have vanished, we'll catch that on the next startup
if (!addon._sourceBundle.exists())
continue;

if( addon.signedState