From 2b3d08970103e99ba46e8a77c58c4605d2719dc5 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Sat, 29 May 2021 13:12:43 +0000 Subject: [PATCH 1/3] Doc: photon style --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 8fa1551..a409210 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,8 @@ [[https://wiki.mozilla.org/Firefox/Proton][proton]] is firefox's new design. \\ I want to fix some flaws. + If you prefer [[https://design.firefox.com/photon/][Photon]](88 or earlier), see [[https://github.com/black7375/Firefox-UI-Fix/tree/photon-style][photon-style]]. + /Disclaimer:/ It works *firefox 89* above!! | *Wiki* | | | | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Screenshots][Screenshots]] | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Compatibility-Issues-Solution][Compatibility Issues Solution]] | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Tips][Tips]] | From 5858485e367106cc74bf36662d020038af88867f Mon Sep 17 00:00:00 2001 From: MS_Y Date: Sat, 29 May 2021 13:15:05 +0000 Subject: [PATCH 2/3] Doc: change order --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a409210..7e62dd2 100644 --- a/README.org +++ b/README.org @@ -2,8 +2,6 @@ [[https://wiki.mozilla.org/Firefox/Proton][proton]] is firefox's new design. \\ I want to fix some flaws. - If you prefer [[https://design.firefox.com/photon/][Photon]](88 or earlier), see [[https://github.com/black7375/Firefox-UI-Fix/tree/photon-style][photon-style]]. - /Disclaimer:/ It works *firefox 89* above!! | *Wiki* | | | | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Screenshots][Screenshots]] | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Compatibility-Issues-Solution][Compatibility Issues Solution]] | [[https://github.com/black7375/Firefox-UI-Fix/wiki/Tips][Tips]] | @@ -58,6 +56,8 @@ - copy files 4. Restart + If you prefer [[https://design.firefox.com/photon/][Photon]](88 or earlier), see [[https://github.com/black7375/Firefox-UI-Fix/tree/photon-style][photon-style]]. + ** WHY Proton? I think a lot has improved. From 218ef6c2318855d67e2353ffc6173f5508dc92ef Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 31 May 2021 10:56:37 +0900 Subject: [PATCH 3/3] Add: Install Guide Update #12 --- README.org | 15 ++++++++------- user.js | 8 ++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 user.js diff --git a/README.org b/README.org index 7e62dd2..b56ad46 100644 --- a/README.org +++ b/README.org @@ -44,19 +44,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 [[https://design.firefox.com/photon/][Photon]](88 or earlier), see [[https://github.com/black7375/Firefox-UI-Fix/tree/photon-style][photon-style]]. + If you prefer [[https://design.firefox.com/photon/][Photon]](88 or earlier), see [[https://github.com/black7375/Firefox-UI-Fix/tree/photon-style][photon-style]]. ** WHY Proton? I think a lot has improved. diff --git a/user.js b/user.js new file mode 100644 index 0000000..c12479a --- /dev/null +++ b/user.js @@ -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);