I solved this for myself by removing the following line from prefs.js inside my FireFox profile: (Note that <GIANT JSON HERE> is a placeholder for the actual contents.) user_pref("browser.uiCustomization.state", "<GIANT JSON HERE>"); When I did so m...