Disable plugins button in Firefox

inky
Elnu 1 year ago
parent f0c6241b4a
commit 97dc2f23b9

@ -50,6 +50,7 @@ in
"browser.startup.homepage" = "${startpage}";
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.backspace_action" = 0;
"extensions.unifiedExtensions.enabled" = false;
};
userChrome = builtins.readFile "${firefox-csshacks}/chrome/autohide_toolbox.css";
};

Loading…
Cancel
Save