From 9756922ee951f9c0dd09f1e7037b93089a661963 Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Fri, 24 May 2024 14:23:00 -0400 Subject: [PATCH] update NTP setting text --- Peskyfox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Peskyfox.js b/Peskyfox.js index 469b66f..a08d1f0 100644 --- a/Peskyfox.js +++ b/Peskyfox.js @@ -263,13 +263,13 @@ user_pref("browser.urlbar.trending.featureGate", false); * SECTION: NEW TAB PAGE * ****************************************************************************/ -// PREF: open windows/tabs from last session +// PREF: startup / new tab page // 0=blank, 1=home, 2=last visited page, 3=resume previous session // [NOTE] Session Restore is cleared with history and not used in Private Browsing mode -// [SETTING] General>Startup>Restore previous session +// [SETTING] General>Startup>Open previous windows and tabs //user_pref("browser.startup.page", 3); -// PREF: set HOME+NEWWINDOW page to blank tab +// PREF: set HOME+NEW WINDOW page to blank tab // about:home=Activity Stream, custom URL, about:blank // [SETTING] Home>New Windows and Tabs>Homepage and new windows // [Custom URLs] Set two or more websites in Home Page Field – delimited by |