Follow instructions: https://www.userchrome.org/how-create-userchrome-css.html
Use the userChrome.css file from this gist.
-
-
Save leana8959/a3b00b626c31c46d10c19d222441e716 to your computer and use it in GitHub Desktop.
Firefox monospace address bar / URL preview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#statuspanel-label { | |
font-family: monospace; | |
} | |
.urlbar-input-box { | |
font-family: monospace; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment