mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-03 12:31:09 -08:00
Merge branch 'master' into photon-style
This commit is contained in:
commit
14848fc3bf
2 changed files with 16 additions and 7 deletions
15
README.org
15
README.org
|
|
@ -47,19 +47,20 @@
|
|||
|
||||
** How to Install?
|
||||
|
||||
1. Enable =userChrome.css= Support.
|
||||
- Go to =about:config=
|
||||
- =toolkit.legacyUserProfileCustomizations.stylesheets= to =true=
|
||||
- =svg.context-properties.content.enabled= to =true=
|
||||
1. Download Files
|
||||
- Above right's :arrow_down: Code
|
||||
- :package: Download Zip
|
||||
2. Find Profile Directory.
|
||||
- Go to =about:support=
|
||||
- Open Profile Directory
|
||||
3. Copy File
|
||||
- create =chrome= directory at profile
|
||||
- copy files
|
||||
- Copy =user.js= at profile directory
|
||||
- Create =chrome= directory at profile
|
||||
- Copy other files at =chrome= directory
|
||||
4. Restart
|
||||
- =Clear startup cache...= at =about:support=
|
||||
|
||||
If you prefer Proton(89 or above), see [[https://github.com/black7375/Firefox-UI-Fix][Original Lepton]].
|
||||
If you prefer Proton(89 or above), see [[https://github.com/black7375/Firefox-UI-Fix][Original Lepton]].
|
||||
|
||||
** WHY Proton?
|
||||
I think a lot has improved.
|
||||
|
|
|
|||
8
user.js
Normal file
8
user.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// userchrome.css usercontent.css activate
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
|
||||
// Fill SVG Color
|
||||
user_pref("svg.context-properties.content.enabled", true);
|
||||
|
||||
// CSS Blur Filter - 88 Above
|
||||
user_pref("layout.css.backdrop-filter.enabled", true);
|
||||
Loading…
Add table
Add a link
Reference in a new issue