Last active
December 27, 2018 18:10
Revisions
-
craighurley revised this gist
Dec 27, 2018 . 1 changed file with 18 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,20 @@ user_perf("privacy.userContext.enabled", true); user_perf("privacy.userContext.ui.enabled", true); user_pref("browser.ctrlTab.previews", true); user_pref("browser.fixup.alternate.enabled", false); user_pref("browser.newtab.url", "https://www.google.com"); user_pref("browser.showQuitWarning", true); user_pref("browser.tabs.tabClipWidth", 1); user_pref("browser.warnOnQuit", true); user_pref("datareporting.healthreport.service.enabled", false); user_pref("datareporting.healthreport.uploadEnabled", false); user_pref("devtools.webconsole.persistlog", true); user_pref("extensions.pocket.enabled", false); user_pref("general.useragent.locale", "en-GB"); user_pref("layout.spellcheckDefault", 2); user_pref("loop.enabled", false); user_pref("media.block-autoplay-until-in-foreground", true); user_pref("plugins.click_to_play", true); user_pref("security.webauth.u2f", true); user_pref("spellchecker.dictionary", "en-GB"); user_pref("toolkit.telemetry.enabled", false); -
craighurley created this gist
Apr 18, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ 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);