feat(firefox): finalize web-app profile with solid autohide and tridactyl integration
- Unified autohide for Tabs and Nav-bar with solid background. - Implemented dynamic newtab via TRIDACTYL_NEWTAB env var. - Cleaned up redundant new-tab-override extension.
This commit is contained in:
@@ -14,14 +14,9 @@
|
|||||||
ublock-origin
|
ublock-origin
|
||||||
bitwarden
|
bitwarden
|
||||||
tridactyl
|
tridactyl
|
||||||
new-tab-override
|
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
# --- New Tab Override ---
|
|
||||||
"extensions.newtaboverride@agenedia.com.url" = url;
|
|
||||||
"extensions.newtaboverride@agenedia.com.type" = 1; # URL mode
|
|
||||||
|
|
||||||
# --- Privacy & Hardening ---
|
# --- Privacy & Hardening ---
|
||||||
"browser.contentblocking.category" = "strict";
|
"browser.contentblocking.category" = "strict";
|
||||||
"privacy.trackingprotection.enabled" = true;
|
"privacy.trackingprotection.enabled" = true;
|
||||||
@@ -99,6 +94,7 @@
|
|||||||
transition: transform var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay), opacity var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay) !important;
|
transition: transform var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay), opacity var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay) !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
background-color: #1c1b22 !important; /* Solid background */
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox,
|
#navigator-toolbox,
|
||||||
@@ -170,4 +166,4 @@
|
|||||||
#titlebar { appearance: none !important; }
|
#titlebar { appearance: none !important; }
|
||||||
#PersonalToolbar { visibility: collapse !important; }
|
#PersonalToolbar { visibility: collapse !important; }
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user