https://github.com/nick-denry/firefox77-fullwidth-urlbar
🥳 Disables Firefox 77 megabar and set full width for the UrlBar dropdown
https://github.com/nick-denry/firefox77-fullwidth-urlbar
firefox megabar tweak userchromecss
Last synced: 11 months ago
JSON representation
🥳 Disables Firefox 77 megabar and set full width for the UrlBar dropdown
- Host: GitHub
- URL: https://github.com/nick-denry/firefox77-fullwidth-urlbar
- Owner: nick-denry
- License: mit
- Created: 2020-06-05T18:12:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T19:41:44.000Z (about 6 years ago)
- Last Synced: 2025-07-08T04:54:33.429Z (12 months ago)
- Topics: firefox, megabar, tweak, userchromecss
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disable Firefox 77 megabar and enable fullwidth UrlBar dropdown

## 1. Setup
#### 1.1. Enable user profile stylesheets
Open Firefox configuration editor by typing `about:config` in the address bar and press `Enter`
At `search preference name` type-in `toolkit.legacyUserProfileCustomizations.stylesheets` and set the preference to `true`

#### 1.2. Create `chrome` directory under your Firefox profile
Follow this guide to open your profile directory https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data or use default profile placement:
| Operation System | Path |
------------|--------------
| Windows | C:\Users\\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default |
| macOS | Users//Library/Application Support/Firefox/Profiles/xxxxxxxx.default |
| Linux | /home//.mozilla/firefox/xxxxxxxx.default |
#### 1.3. Place userChrome.css to Firefox profile `chrome` folder
Download stylesheet
| Operation System | Link |
------------|--------------
Windows | [userChrome.css](https://raw.githubusercontent.com/nick-denry/Firefox77-Fullwidth-UrlBar/master/userChrome.css) |
Other | [userChrome-linux-mac.css](https://raw.githubusercontent.com/nick-denry/Firefox77-Fullwidth-UrlBar/master/userChrome-linux-mac.css) |
**Note:** `userChrome-linux-mac.css` must be renamed to `userChrome.css` before placement to `firefox-profile/chrome` folder.
Done!
## 2. Possible preferences to change
Set `browser.urlbar.openViewOnFocus` to `false` at `about:config` for you want you address bar arrow back!
