Releases: liliantdn/userchromefox
Releases · liliantdn/userchromefox
v1.2.1
v1.2.0
Changelog:
- Added fonts (Inter).
- Some small ui changes.
- Some animation tweaks.
- Initial side menu support.
- Support for tab separators.
- Support for multi-selected tabs.
- Added a lot of new variables (settings).
- Some code refactoring and bug fixes.
How to install
- Go to about:config, set
toolkit.legacyUserProfileCustomizations.stylesheets
totrue
(if it is unset, click the+
button). - Go to
about:support
. - Find Profile Folder and click the
Open Folder
button. - Put the
chrome
folder into your Firefox profile directory. - Restart Firefox to apply changes.
Advanced install (Windows, easier to update)
- Open a command prompt.
- Install git if it is not installed yet:
- Using winget:
winget install --id Git.Git -e --source winget
- Using chocolatey:
choco install git
- Manual install
- Using winget:
- Go to the path where you wanna install the theme (somewhere that's not to hard to find later on) :
cd "the\path\where\you\want\to\install\the\theme\"
- Clone the repository, it will create a sub-folder named
userchromefox
:
git clone https://github.com/liliantdn/userchromefox.git
- Go into the folder :
cd userchromefox
- Create a dynamic link from
your firefox profile\chrome
to the theme'schrome
folder :
mklink /D "your\firefox\profile\folder\chrome" "chrome"
The theme should now be installed, and now to update it all you have to do is git pull
in the folder where you installed the theme.
v1.1.0 : Initial dark theme support
Changelog:
- Added dark theme support (for now uses the blueish dark colors that firefox uses but I might change it to greyer colors in a bit)
How to install
- Go to about:config, set
toolkit.legacyUserProfileCustomizations.stylesheets
totrue
(if it is unset, click the+
button). - Go to
about:support
. - Find Profile Folder and click the
Open Folder
button. - Put the
chrome
folder into your Firefox profile directory. - Restart Firefox to apply changes.
Initial release
How to install
- Go to about:config, set
toolkit.legacyUserProfileCustomizations.stylesheets
totrue
(if it is unset, click the+
button). - Go to
about:support
. - Find Profile Folder and click the
Open Folder
button. - Put the
chrome
folder into your Firefox profile directory. - Restart Firefox to apply changes.