- 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.
Note: FireFox v133.0 only
- 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 or disable White Mode, open
user.js
, findbrowser.in-content.dark-mode
and set it totrue
orfalse
. Then find and setui.systemUsesDarkTheme
to1
or0
.
- 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.