1
0
mirror of https://github.com/arkenfox/user.js.git synced 2025-07-05 21:12:04 +02:00

0101: cleanup laterrun

This commit is contained in:
Thorin-Oakenpants
2018-05-29 16:09:02 +00:00
committed by GitHub
parent acc5a1c2df
commit 9b1cf28e89

@ -65,8 +65,8 @@ user_pref("general.warnOnAboutConfig", false);
/*** 0100: STARTUP ***/ /*** 0100: STARTUP ***/
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!"); user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
/* 0101: disable some startup options ***/ /* 0101: disable default browser check
user_pref("browser.laterrun.enabled", false); * [SETTING] General>Startup>Always check if Firefox is your default browser ***/
user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.shell.checkDefaultBrowser", false);
/* 0102: set start page (0=blank, 1=home, 2=last visited page, 3=resume previous session) /* 0102: set start page (0=blank, 1=home, 2=last visited page, 3=resume previous session)
* [SETTING] General>Startup>When Firefox starts ***/ * [SETTING] General>Startup>When Firefox starts ***/