diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index 8ed9586..007b8d5 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -95,5 +95,9 @@ user_pref("browser.safebrowsing.malware.enabled", false); // Don't trim URLs user_pref("browser.urlbar.trimURLs", false); +// Don't offer translating +user_pref("browser.translations.automaticallyPopup", false); +user_pref("browser.translations.panelShown", true); + // Enable userContent.css (disabled) user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", false);