Nicolas Martyanoff on Nostr: Firefox tip of the day: create/update "userChrome.css" in the "chrome" subdirectory ...
Firefox tip of the day: create/update "userChrome.css" in the "chrome" subdirectory of your profile directory and add:
moz-input-box.urlbar-input-box {
font-family: monospace !important;
}
Do not forget to set "toolkit.legacyUserProfileCustomizations.stylesheets" to "true" in "about:config" (blame Mozilla for this BS).
Because yes, URIs should be readable in your browser.
moz-input-box.urlbar-input-box {
font-family: monospace !important;
}
Do not forget to set "toolkit.legacyUserProfileCustomizations.stylesheets" to "true" in "about:config" (blame Mozilla for this BS).
Because yes, URIs should be readable in your browser.