From ef5d34c68186cb67fa089f04a278a14180879087 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 13 Mar 2026 13:22:03 -0400 Subject: [PATCH] ui: disable the separate "new tab" page (use about:blank) --- ui | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui b/ui index 29f2166..20ddf27 100644 --- a/ui +++ b/ui @@ -4,12 +4,14 @@ user_pref("browser.aboutConfig.showWarning", false); /* Don't do anything when I start the browser unless I say so. + * Likewise for new tabs. * * References: * * 1. http://kb.mozillazine.org/Browser.startup.homepage */ user_pref("browser.startup.homepage", "about:blank"); +user_pref("browser.newtabpage.enabled", false); /* Don't hide important information in the URL bar -- 2.51.0