From 75d5fc850e4fd83f7fa76c6c0d0f8eae175965a9 Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 5 Jan 2026 15:59:20 -0600 Subject: [PATCH] revert(firefox): abandon tridactyl dynamic newtab, use extension Returned to using New Tab Override extension with Tridactyl yielding control via 'set newtab about:newtab'. This proved most reliable. --- apps/firefox/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/firefox/default.nix b/apps/firefox/default.nix index 35250ea..373eaa0 100644 --- a/apps/firefox/default.nix +++ b/apps/firefox/default.nix @@ -39,8 +39,8 @@ bind K tabprev unbind - " Modular NewTab: Detect profile by initial URL and set newtab accordingly - js tri.browser.tabs.query({active: true, currentWindow: true}).then(tabs => { if (tabs.length > 0) { const url = tabs[0].url; if (url.includes("youtube.com")) { tri.config.set("newtab", "https://youtube.com"); } } }) + " Force Tridactyl to yield new tab control to Firefox/Extensions + set newtab about:newtab ''; programs.firefox = {