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 = {