Follow instructions: https://www.userchrome.org/how-create-userchrome-css.html
Use the userChrome.css file from this gist.
Last active
October 16, 2023 17:39
-
-
Save zopsicle/9c3f5f536e19aab08e61daf01621ad4f to your computer and use it in GitHub Desktop.
Firefox monospace address bar
This file contains 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
.urlbar-input-box | |
{ | |
font-family: monospace; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment