Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amnweb/firefox-plus
CSS tweaks for Firefox
https://github.com/amnweb/firefox-plus
firefox firefox-customization firefox-theme
Last synced: 6 days ago
JSON representation
CSS tweaks for Firefox
- Host: GitHub
- URL: https://github.com/amnweb/firefox-plus
- Owner: amnweb
- License: other
- Created: 2023-11-24T11:44:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:12:57.000Z (about 2 months ago)
- Last Synced: 2024-10-30T04:58:31.785Z (about 2 months ago)
- Topics: firefox, firefox-customization, firefox-theme
- Language: CSS
- Homepage:
- Size: 25.7 MB
- Stars: 213
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firefox Plus (Windows only)
# Rounded Corners
# How to install
1. Go to `about:support` and click the "Open Folder/Show in Finder" button for the root directory of your browser profile/s.
2. Download and copy the `chrome` folder and `user.js` into the profile folder.
3. Restart Firefox.> **Note:** FireFox v133.0+ only
# Tweaks
- To enable macOS button style, open `user.js`, find `fp.tweak.macos-button` and set it to `true`.
- To disable bookmarks autohide open `user.js`, find `fp.tweak.autohide-bookmarks` and set it to `false`.
- To enable or disable rounded corners, open `user.js`, find `fp.tweak.rounded-corners` and set it to `true` or `false`.
- To enable or disable White Mode, open `user.js`, find `browser.in-content.dark-mode` and set it to `true` or `false`. Then find and set `ui.systemUsesDarkTheme` to `1` or `0`.# Install or update Firefox Plus directly from PowerShell.
1. Open PowerShell.
2. 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!***
## Star History
![Star History Chart](https://api.star-history.com/svg?repos=amnweb/firefox-plus&type=Date)
# License
This project is licensed under the MIT License.