- Go to
about:support
and click the "Open Folder/Show in Finder" button for the root directory of your browser profile/s. - Download and copy the
chrome
folder anduser.js
into the profile folder. - Restart Firefox.
- To enable macOS button style, open
user.js
, findfp.tweak.macos-button
and set it totrue
. - To disable bookmarks autohide open
user.js
, findfp.tweak.autohide-bookmarks
and set it tofalse
. - To enable or disable rounded corners, open
user.js
, findfp.tweak.rounded-corners
and set it totrue
orfalse
. - To enable support for sidebar, open
user.js
, findfp.tweak.sidebar-enabled
and set it totrue
orfalse
. - To enable or disable White Mode, open
user.js
, findbrowser.in-content.dark-mode
and set it totrue
orfalse
. Then find and setui.systemUsesDarkTheme
to1
or0
.
Note
To get the sidebar support you will need to install the Sidebar Tabs extension.
Install or update Firefox Plus directly from PowerShell.
- Open PowerShell.
- Copy and paste this command
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/amnweb/firefox-plus/main/install.ps1'))
Enjoy your enhanced browsing experience!
This project is licensed under the MIT License.