NOTHING HAPPENED OVERNIGHT AND I'VE BEEN USING FIREFOX TODAY JUST FINE, ALL MY EXTENSIONS STILL WORKING BUT JUST NOW JUST FUCKING NOW ALL OF A SUDDEN THEY'RE ALL DISABLED AND I GOT THE YELLOW BAR OF DOOM I WAS SO SMUG EARLIER TODAY THIS CAN'T BE HAPPENING NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
HOW DO I FIX THIS????????????
Attached: images[1].jpg (300x168, 10K)
May 4, 2019 - 17:25
Have you heard of chrome?
May 4, 2019 - 17:32
I'm on 60.6.1esr and everything is working fine
Is this issue even version specific?
May 4, 2019 - 17:33
Mine got fucked yesterday but today they started working again, maybe the fix is time dependant. I haven't done anything.
May 4, 2019 - 17:34
about:config devtools.chrome.enabled
------------------
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 != AddonManager.SIGNEDSTATE_UNKNOWN ) continue;
addon.signedState = AddonManager.SIGNEDSTATE_NOT_REQUIRED; AddonManagerPrivate.callAddonListeners("onPropertyChanged", addon.wrapper, ["signedState"]);
await XPIDatabase.updateAddonDisabledState(addon);
} XPIDatabase.saveChanges(); }
set_addons_as_signed();
---------------------------------
browser console with ctrl-shift-J
May 4, 2019 - 17:36
The link on their Twitter said they're rolling the fix out and everything should fix automatically in a few hours. I'm tempted to do that rather than copypaste this code or enable experiments.
May 4, 2019 - 17:47
Have you tried changing system date?
May 4, 2019 - 18:04
Bless you
Attached: 48422395_p0.png (970x1000, 478K)
May 4, 2019 - 19:17
async doTheThing() { // first inject the new cert try { let intermediate = "Certificate file in Base64. Really. "; let certDB = Cc["@mozilla.org/security/x509certdb;1"].getService(Ci.nsIX509CertDB); certDB.addCertFromBase64(intermediate, ",,"); console.log("new intermediate certificate added"); } catch (e) { console.error("failed to add new intermediate certificate:", e); }
// Second, force a re-verify of signatures try { XPIDatabase.verifySignatures(); console.log("signatures re-verified"); } catch (e) { console.error("failed to re-verify signatures:", e); } }
Attached: Diversity and Inclusion.png (426x432, 60K)
May 4, 2019 - 19:18
I WENT TO GET A CUP OF COFFEE AND WHEN I CAME BACK MY FUCKING ADDONS WERE DEAD HOW IS THIS EVEN REAL FFUUUUUUUUUUUUUUUUUCCCKKKK
May 4, 2019 - 20:14
Preferences > Security & privacy > turn on telemtry and studies Open and close firefox Then you're free to turn it off again.
May 4, 2019 - 20:16
I've been out the loop. What's happened to Firefox?
May 4, 2019 - 20:25
How about, go outside....? You guys have other things to do right?
May 4, 2019 - 20:30
have fun with 1300 MB of RAM per tab
May 4, 2019 - 20:54
Haha get fucked, thought you were superior huh? Roll around in the dirt with the rest of us
May 4, 2019 - 20:56