This commit is contained in:
Zen Release Bot 2025-06-25 14:16:53 -04:00 committed by GitHub
commit 5bdfd6ad56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,14 @@
/* hide Sidebery header */
@media (-moz-bool-pref: "theme.hidesidebar.hide_sidebar_header") {
#sidebar-header {
display: none !important;
}
}
/* hide default sidebar */
@media (-moz-bool-pref: "theme.hidesidebar.hide_navigator_toolbox") {
#navigator-toolbox {
display: none !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View file

@ -0,0 +1,14 @@
[
{
"property": "theme.hidesidebar.hide_sidebar_header",
"label": "hide Sidebery header",
"type": "checkbox",
"defaultValue": false
},
{
"property": "theme.hidesidebar.hide_navigator_toolbox",
"label": "hide default sidebar",
"type": "checkbox",
"defaultValue": false
}
]

View file

@ -0,0 +1,25 @@
# Hide Sidebar
> Conceal the sidebar and Sidebery title bar.
1. Install the `Sidebery` add-on.
2. Right-click on the sidebar and select `Compact mode -> Hide sidebar -> Enable compact mode`.
3. Activate the mode configuration.
Tips:
1. Add `user.js` to your `Profiles` directory to enable `Browser 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);
2. `Browser Toolbox Mode` is located under `Tools -> Browser Tools`.
3. For quick style previews, utilize the `Style Editor`.
4. Customize navigation and sidebar colors via `about:config -> zen.theme.gradient.show-custom-colors -> true`.
5. Disable transparent backgrounds: `about:config -> transparent -> false`.

View file

@ -0,0 +1,15 @@
{
"id": "9aff64ba-d353-4709-b6a7-30a9f5139403",
"name": "Hide Sidebar",
"description": "Hide default sidebar for using Sidebery",
"homepage": "https://git.081024.xyz/hxx/zen-mods",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9aff64ba-d353-4709-b6a7-30a9f5139403/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9aff64ba-d353-4709-b6a7-30a9f5139403/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9aff64ba-d353-4709-b6a7-30a9f5139403/image.png",
"author": "jqtmviyu",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-25",
"updatedAt": "2025-05-25",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9aff64ba-d353-4709-b6a7-30a9f5139403/preferences.json"
}