Skip to content

Instantly share code, notes, and snippets.

@craighurley
Last active December 27, 2018 18:10
Show Gist options
  • Save craighurley/dd93f37c9ac994083a6f to your computer and use it in GitHub Desktop.
Save craighurley/dd93f37c9ac994083a6f to your computer and use it in GitHub Desktop.
Firefox user preferences file.
user_pref("layout.spellcheckDefault", 2);
user_pref("spellchecker.dictionary", "en-GB");
user_pref("plugins.click_to_play", true);
user_pref("browser.newtab.url", "https://www.google.co.nz");
user_pref("browser.fixup.alternate.enabled", false);
user_pref("keyword.enabled", false);
user_pref("browser.tabs.tabClipWidth", 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment