mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 01:10:03 +02:00
Formatted the project
This commit is contained in:
parent
41e24452ab
commit
6a232aafbd
52 changed files with 117210 additions and 111887 deletions
|
@ -4,13 +4,13 @@ draft: false
|
|||
lastmod: 2024-10-27
|
||||
---
|
||||
|
||||
This [[guides/index|guide]] is designed to help you integrate [1Password Desktop App](https://1password.com/downloads) with Zen Browser, for a more **straight forward workflow** when accessing your credentials using this password manager browser extension.
|
||||
This [[guides/index|guide]] is designed to help you integrate [1Password Desktop App](https://1password.com/downloads) with Zen Browser, for a more **straight forward workflow** when accessing your credentials using this password manager browser extension.
|
||||
|
||||
> [!important]
|
||||
> This guide only applies for **Linux** and **MacOS** users.
|
||||
>
|
||||
>
|
||||
> **Windows** users can still use the Browser Extension without integration with the Desktop App
|
||||
>
|
||||
>
|
||||
> See: [Adding another trusted browser - 1Password](https://support.1password.com/1password-browser-connection-security/#adding-another-trusted-browser)
|
||||
|
||||
1Password browser integrations follows a [list of well-known/trusted browser](https://support.1password.com/1password-browser-connection-security/), with this integration account information and encryption keys are transferred using this connection to allow the 1Password app and browser extension to share your vaults and lock state and allowing you to unlock your Browser Extension Vault with [bio-metric](https://en.wikipedia.org/wiki/Biometrics) data.
|
||||
|
@ -19,17 +19,20 @@ Since Zen Browser is still under development and [under the usage threshold](htt
|
|||
|
||||
## Workarounds
|
||||
|
||||
That being said, there are workaround methods to add Zen Browser to this *Trusted Browsers* list for **Linux** and **MacOS**.
|
||||
That being said, there are workaround methods to add Zen Browser to this _Trusted Browsers_ list for **Linux** and **MacOS**.
|
||||
|
||||
### Linux
|
||||
You can create a *Custom Allowed Browsers* file that 1Password will use to allow Zen Browser -- or other non-officially supported browser-- to integrate with 1Password's desktop app.
|
||||
|
||||
You can create a _Custom Allowed Browsers_ file that 1Password will use to allow Zen Browser -- or other non-officially supported browser-- to integrate with 1Password's desktop app.
|
||||
|
||||
#### 1. Create 1Password's config directory
|
||||
|
||||
```bash
|
||||
sudo mkdir /etc/1password
|
||||
```
|
||||
|
||||
#### 2. Create the Custom Allowed Browsers file
|
||||
|
||||
```bash
|
||||
sudo touch /etc/1password/custom_allowed_browsers
|
||||
```
|
||||
|
@ -41,14 +44,18 @@ echo "zen-bin" | sudo tee -a /etc/1password/custom_allowed_browsers
|
|||
```
|
||||
|
||||
---
|
||||
|
||||
Special thanks to [u/xmansyx](https://www.reddit.com/user/xmansyx/) and [u/feelspeaceman](https://www.reddit.com/user/feelspeaceman/)
|
||||
|
||||
Sources:
|
||||
|
||||
- [1Password Integration fix (Linux) - Reddit](https://www.reddit.com/r/zen_browser/comments/1gcm33v/1password_integration_fix_linux/)
|
||||
- [1Password Extension fix for other Browsers on Linux - edb tools!](https://edb.tools/posts/1password-extension-fix/)
|
||||
|
||||
---
|
||||
|
||||
### MacOS
|
||||
|
||||
In MacOS you can use the Graphical Interface of the Desktop app to add Zen Browser to the trusted browsers list.
|
||||
|
||||
#### 1. Go into the 1Password desktop app and open Settings.
|
||||
|
|
|
@ -17,77 +17,68 @@ This [[guides/index|guide]] is designed to help you easily find and download the
|
|||
|
||||
- ### x86_64 💽
|
||||
|
||||
- [Installer 🚀](https://github.com/zen-browser/desktop/releases/latest/download/zen.installer.exe)
|
||||
- [Installer 🚀](https://github.com/zen-browser/desktop/releases/latest/download/zen.installer.exe)
|
||||
|
||||
- ### arm64 💻
|
||||
|
||||
- [Installer 🚀](https://github.com/zen-browser/desktop/releases/latest/download/zen.installer-arm64.exe)
|
||||
- [Installer 🚀](https://github.com/zen-browser/desktop/releases/latest/download/zen.installer-arm64.exe)
|
||||
|
||||
## Linux 🐧
|
||||
|
||||
- ### x86_64 💽
|
||||
|
||||
- [AppImage 🚀](https://github.com/zen-browser/desktop/releases/latest/download/zen-x86_64.AppImage)
|
||||
- [Portable 📦 `tar.bz2`](https://github.com/zen-browser/desktop/releases/latest/download/zen.linux-x86_64.tar.bz2)
|
||||
|
||||
- [AppImage 🚀](https://github.com/zen-browser/desktop/releases/latest/download/zen-x86_64.AppImage)
|
||||
- [Portable 📦 `tar.bz2`](https://github.com/zen-browser/desktop/releases/latest/download/zen.linux-x86_64.tar.bz2)
|
||||
- ### aarch64 💻
|
||||
|
||||
- [AppImage 🚀](https://github.com/zen-browser/desktop/releases/latest/download/zen-aarch64.AppImage)
|
||||
- [Portable 📦 `tar.bz2`](https://github.com/zen-browser/desktop/releases/latest/download/zen.linux-aarch64.tar.bz2)
|
||||
|
||||
- [AppImage 🚀](https://github.com/zen-browser/desktop/releases/latest/download/zen-aarch64.AppImage)
|
||||
- [Portable 📦 `tar.bz2`](https://github.com/zen-browser/desktop/releases/latest/download/zen.linux-aarch64.tar.bz2)
|
||||
|
||||
- ### Package Managers
|
||||
|
||||
- [Arch User Repository 📂 `AUR`](https://aur.archlinux.org/packages/zen-browser-bin)
|
||||
- [Pacstall `comunity`](https://pacstall.dev/packages/zen-browser-bin)
|
||||
- [Flatpak 🌐](https://flathub.org/apps/io.github.zen_browser.zen)
|
||||
```bash
|
||||
flatpak install flathub app.zen_browser.zen
|
||||
```
|
||||
- [Arch User Repository 📂 `AUR`](https://aur.archlinux.org/packages/zen-browser-bin)
|
||||
- [Pacstall `comunity`](https://pacstall.dev/packages/zen-browser-bin)
|
||||
- [Flatpak 🌐](https://flathub.org/apps/io.github.zen_browser.zen)
|
||||
```bash
|
||||
flatpak install flathub app.zen_browser.zen
|
||||
```
|
||||
|
||||
## MacOS 🍎
|
||||
|
||||
- ### aarch64 (M-series chips) 💻
|
||||
|
||||
- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/latest/download/zen.macos-aarch64.dmg)
|
||||
|
||||
- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/latest/download/zen.macos-aarch64.dmg)
|
||||
- ### x86_64 (Intel chips) 💽
|
||||
|
||||
- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/latest/download/zen.macos-x86_64.dmg)
|
||||
- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/latest/download/zen.macos-x86_64.dmg)
|
||||
|
||||
# Twilight
|
||||
|
||||
>[!caution] This is an automated daily build for testing purposes, so expect some bugs on this version.
|
||||
> [!caution] This is an automated daily build for testing purposes, so expect some bugs on this version.
|
||||
|
||||
## Windows 🪟
|
||||
|
||||
- ### x86_64 💽
|
||||
|
||||
- [Installer 🚀](https://github.com/zen-browser/desktop/releases/download/twilight/zen.installer.exe)
|
||||
- [Portable 📦 `zip`](https://github.com/zen-browser/desktop/releases/download/twilight/zen.win-x86_64.zip)
|
||||
- [Installer 🚀](https://github.com/zen-browser/desktop/releases/download/twilight/zen.installer.exe)
|
||||
- [Portable 📦 `zip`](https://github.com/zen-browser/desktop/releases/download/twilight/zen.win-x86_64.zip)
|
||||
|
||||
- ### arm64 💻
|
||||
|
||||
- [Installer 🚀](https://github.com/zen-browser/desktop/releases/download/twilight/zen.installer-arm64.exe)
|
||||
- [Portable 📦 `zip`](https://github.com/zen-browser/desktop/releases/download/twilight/zen.win-arm64.zip)
|
||||
- [Installer 🚀](https://github.com/zen-browser/desktop/releases/download/twilight/zen.installer-arm64.exe)
|
||||
- [Portable 📦 `zip`](https://github.com/zen-browser/desktop/releases/download/twilight/zen.win-arm64.zip)
|
||||
|
||||
## Linux 🐧
|
||||
|
||||
- ### x86_64 💽
|
||||
|
||||
- [AppImage 🚀](https://github.com/zen-browser/desktop/releases/download/twilight/zen-x86_64.AppImage)
|
||||
- [Portable 📦 `tar.bz2`](https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.bz2)
|
||||
|
||||
- [AppImage 🚀](https://github.com/zen-browser/desktop/releases/download/twilight/zen-x86_64.AppImage)
|
||||
- [Portable 📦 `tar.bz2`](https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.bz2)
|
||||
- ### aarch64 💻
|
||||
|
||||
- [AppImage 🚀](https://github.com/zen-browser/desktop/releases/download/twilight/zen-aarch64.AppImage)
|
||||
- [Portable 📦 `tar.bz2`](https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-aarch64.tar.bz2)
|
||||
- [AppImage 🚀](https://github.com/zen-browser/desktop/releases/download/twilight/zen-aarch64.AppImage)
|
||||
- [Portable 📦 `tar.bz2`](https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-aarch64.tar.bz2)
|
||||
|
||||
## MacOS 🍎
|
||||
|
||||
- ### aarch64 (M-series chips) 💻
|
||||
|
||||
- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/download/twilight/zen.macos-aarch64.dmg)
|
||||
|
||||
- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/download/twilight/zen.macos-aarch64.dmg)
|
||||
- ### x86_64 (Intel chips) 💽
|
||||
|
||||
- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/download/twilight/zen.macos-x86_64.dmg)
|
||||
- [DMG File 🗂️](https://github.com/zen-browser/desktop/releases/download/twilight/zen.macos-x86_64.dmg)
|
||||
|
|
|
@ -15,4 +15,4 @@ In conclusion, having optimized builds is not really worth it, especially if we
|
|||
|
||||
P.S. all optimized builds will be automatically updated to generic starting from version `1.0.2-b.4`.
|
||||
|
||||
View original [here](https://github.com/zen-browser/desktop/wiki/Why-have-optimized-builds-been-removed%3F)
|
||||
View original [here](https://github.com/zen-browser/desktop/wiki/Why-have-optimized-builds-been-removed%3F)
|
||||
|
|
|
@ -12,7 +12,7 @@ This [[guides/index|guide]] will help you customize the appearance of Zen Browse
|
|||
3. Look for the **Application Basics** section.
|
||||
4. Click on **Open Profile Folder**. This will open the folder where Zen Browser stores your user data.
|
||||
|
||||
>[!warning]
|
||||
> [!warning]
|
||||
> On the Flatpak version of Zen, the profile folder will be located at `~/.var/app/app.zen_browser.zen/.zen`.
|
||||
|
||||
## Step 2: Create the `chrome` Folder
|
||||
|
@ -27,25 +27,25 @@ This [[guides/index|guide]] will help you customize the appearance of Zen Browse
|
|||
2. Navigate to the **Style Editor** tab.
|
||||
3. In the filter/search bar, type `userChrome` to locate the `userChrome.css` file you created earlier.
|
||||
|
||||
>[!warning] How do I enable the Browser Developer Tools?
|
||||
>After Zen Browser version `1.0.0-a.31` the Browser Developer Tools is **disabled** by default for security.
|
||||
>1. Open the `about:config` page. This page contains advanced settings for the browser.
|
||||
>2. Search for `devtools.debugger.remote-enabled`
|
||||
>3. Toggle the setting to `true` by double-clicking on it
|
||||
|
||||
> [!warning] How do I enable the Browser Developer Tools?
|
||||
> After Zen Browser version `1.0.0-a.31` the Browser Developer Tools is **disabled** by default for security.
|
||||
>
|
||||
> 1. Open the `about:config` page. This page contains advanced settings for the browser.
|
||||
> 2. Search for `devtools.debugger.remote-enabled`
|
||||
> 3. Toggle the setting to `true` by double-clicking on it
|
||||
|
||||
## Step 4: Edit the `userChrome.css` File
|
||||
|
||||
1. The `userChrome.css` file should now be visible in the Style Editor.
|
||||
2. You can start editing the file directly within the Style Editor.
|
||||
- **Note:** You can use the **Inspect** button ![[inspect.png]] to hover over and select elements on the page. This allows you to learn about the `id`, `class`, or other attributes of elements, which you can then target in your `userChrome.css` file.
|
||||
1. To apply your changes, save the file by clicking **Save** or by pressing `Ctrl + S`.
|
||||
- **Note:** You can use the **Inspect** button ![[inspect.png]] to hover over and select elements on the page. This allows you to learn about the `id`, `class`, or other attributes of elements, which you can then target in your `userChrome.css` file.
|
||||
3. To apply your changes, save the file by clicking **Save** or by pressing `Ctrl + S`.
|
||||
|
||||
> [!warning]
|
||||
> If a style does not apply as expected, try adding the `!important` keyword at the end of the CSS rule. This forces the browser to apply the style regardless of any other existing styles.
|
||||
> If a style does not apply as expected, try adding the `!important` keyword at the end of the CSS rule. This forces the browser to apply the style regardless of any other existing styles.
|
||||
|
||||
> [!tip]
|
||||
> If you wish to edit pop-ups or menus that automatically hide, be sure to enable the `Disable Popup Auto-Hide` option from the *Browser Toolbox* settings menu ( ⋯ button )
|
||||
> [!tip]
|
||||
> If you wish to edit pop-ups or menus that automatically hide, be sure to enable the `Disable Popup Auto-Hide` option from the _Browser Toolbox_ settings menu ( ⋯ button )
|
||||
|
||||
Any changes you make to the `userChrome.css` file will be applied immediately to Zen Browser.
|
||||
Use this file to customize various UI elements, such as colors, fonts, and the layout.
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Managing Firefox Profiles
|
|||
lastmod: 2024-08-23
|
||||
---
|
||||
|
||||
This [[guides/index|guide]] will give you a comprehensive understanding of Firefox profiles, helping you manage them effectively even in the most challenging situations. By following this guide, you'll learn how to preserve key elements of your browsing experience, including bookmarks, history, passwords, and more.
|
||||
This [[guides/index|guide]] will give you a comprehensive understanding of Firefox profiles, helping you manage them effectively even in the most challenging situations. By following this guide, you'll learn how to preserve key elements of your browsing experience, including bookmarks, history, passwords, and more.
|
||||
|
||||
## Goal
|
||||
|
||||
|
@ -21,7 +21,6 @@ This guide will help you:
|
|||
|
||||
### 1. Open Your Current Profile Folder
|
||||
|
||||
|
||||
1. Go to `about:support` in Firefox.
|
||||
2. Under the "Application Basics" section, click on "Open Folder" next to "Profile Folder."
|
||||
|
||||
|
@ -41,7 +40,7 @@ After turning off Firefox, copy the following files from your profile folder:
|
|||
- **prefs.js**: Contains your `about:config` settings.
|
||||
|
||||
> [!NOTE] **Optional Files**
|
||||
>
|
||||
>
|
||||
> - **storage folder**: If you want to keep add-on customizations (this may not work 100% of the time).
|
||||
> - **chrome folder**: If you want to retain your interface customizations.
|
||||
|
||||
|
@ -56,11 +55,11 @@ After turning off Firefox, copy the following files from your profile folder:
|
|||
7. Paste the files you copied earlier into the new profile folder.
|
||||
|
||||
> [!WARNING] **Incompatibility Error**
|
||||
>
|
||||
>
|
||||
> If Firefox opens with an incompatibility error after pasting the files, go to the new profile folder and move the `compatibility.ini` file somewhere else.
|
||||
|
||||
### 4. Final Step: Set as Default Profile
|
||||
|
||||
After ensuring everything works correctly, go back to `about:profiles` and set the newly created profile as the default. This will make it your main profile moving forward.
|
||||
After ensuring everything works correctly, go back to `about:profiles` and set the newly created profile as the default. This will make it your main profile moving forward.
|
||||
|
||||
By following these steps, you'll maintain a consistent and personalized browsing experience across different Firefox profiles.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue