amnweb / firefox-plus

CSS tweaks for Firefox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firefox Plus (Windows only)

screenshot

screenshot

screenshot

Rounded Corners

screenshot

Sidebar Support

screenshot

screenshot

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.

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 support for sidebar, open user.js, find fp.tweak.sidebar-enabled 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.

Note

To get the sidebar support you will need to install the Sidebar Tabs extension.

Experimental

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'))

Preview

Enjoy your enhanced browsing experience!

Star History

Star History Chart

License

This project is licensed under the MIT License.

About

CSS tweaks for Firefox

License:Other


Languages

Language:CSS 94.3%Language:PowerShell 3.8%Language:JavaScript 1.9%