Skip to content
MS_Y edited this page Jul 8, 2023 · 12 revisions

0. Choose Lepton's Distribution

Designs (Click)

Original Lepton Design

(Lepton's design ⬆️)

Lepton's photon styled

(Lepton's Photon styled design ⬆️)

Lepton's proton styled

(Lepton's Proton styled design ⬆️)

Script install (Click)

Experimental, but you can install it by script.

Linux/Mac users:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/black7375/Firefox-UI-Fix/master/install.sh)"

Windows users: Run with powershell (Does not work at Win7?)

Powershell -c "Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iwr https://raw.githubusercontent.com/black7375/Firefox-UI-Fix/master/install.ps1 -useb | iex"

If you're done installing, you can go straight to step 4

1. Find Profile Directory.

This is a manual method, not a script.

1.1 Go to about:support

goto-about:support

1.2 Open Profile Directory

Find the Profile Directory(Linux)/Profile Folder(Windows) entry.
Then, click the Open Directory(Linux)/Open Folder(Windows) button.

about:support-profile-directory


Step 1 DONE

Profile Directory

2. Download Files & Unzip

Currently, only GIT mode supports updates using scripts.

From Release (Click)

2.1 Download

2.2 Unzip as Directory

unzip relase

From Latest Code (Click)

2.1 Download

Go to the repo

Download codes as zip

  • Click the Above right's ":arrow_down: Code" button
  • Select ":package: Download Zip"

Lepton-Download

2.2 Unzip as Directory

lepton-install-unzip

From Git (Click)

Clone at the profile directory

# Original Lepton
git clone https://github.com/black7375/Firefox-UI-Fix chrome

# Lepton's photon style
git clone https://github.com/black7375/Firefox-UI-Fix chrome -b photon-style

# Lepton's proton style
git clone https://github.com/black7375/Firefox-UI-Fix chrome -b proton-style

profile-chrome

3. Copy Files

From Release (Click)

Copy chrome, user.js to profile directory

Unziped directory

Profile directory

From Latest Code (Click)

3.1 Copy user.js at profile directory

lepton-userjs lepton-userjs-coped

3.2 Rename unziped directory to chrome

lepton-install-rename

3.3 Copy chrome to profile directory

lepton-copy-chrome

From Git (Click)

Copy user.js to profile directory

chrome-userjs lepton-userjs-coped

4. Restart

Click the Clear startup cache... at the top of about:support

lepton-restart

5. Enjoy

lepton