mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
855 B
855 B
Hide Sidebar
Conceal the sidebar and Sidebery title bar.
- Install the
Sidebery
add-on. - Right-click on the sidebar and select
Compact mode -> Hide sidebar -> Enable compact mode
. - Activate the mode configuration.
Tips:
- Add
user.js
to yourProfiles
directory to enableBrowser Toolbox Mode
.
// user.js
user_pref("devtools.chrome.enabled", true); user_pref("devtools.debugger.remote-enabled", true);
user_pref("xpinstall.signatures.required", false); user_pref("config.trim_on_minimize", true);
Browser Toolbox Mode
is located underTools -> Browser Tools
.- For quick style previews, utilize the
Style Editor
. - Customize navigation and sidebar colors via
about:config -> zen.theme.gradient.show-custom-colors -> true
. - Disable transparent backgrounds:
about:config -> transparent -> false
.