user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3edf7af85eb6f0bf9690e17b2100c5ff62e3fa3d
parent 4b8b2d81a00133f0a49e143ea9ecdb44284ef7a1
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 26 May 2018 16:45:46 +0000

0101: cleanup, see #434
Diffstat:
Muser.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -68,8 +68,6 @@ user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!"); /* 0101: disable "slow startup" options * warnings, disk history, welcomes, intros, EULA, default browser check ***/ user_pref("browser.slowStartup.notificationDisabled", true); -user_pref("browser.slowStartup.maxSamples", 0); -user_pref("browser.slowStartup.samples", 0); user_pref("browser.rights.3.shown", true); user_pref("browser.startup.homepage_override.mstone", "ignore"); user_pref("startup.homepage_welcome_url", "");