KanjiCoder

ADDRESS_BAR_HELL_2022

Jun 18th, 2022 (edited)
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #urlbar {-moz-appearance: none !important;
  4. font-family: Tahoma Bold !important;
  5. color: Black !important;
  6. font-size: 23pt !important; }
  7.  
  8. .urlbar-input-box {
  9. font-size:14pt!important; font-family:"DejaVu Sans Mono"
  10. }
  11.  
  12.  
  13. /** ******************************************************** ***
  14.  
  15. Original Tutorial :
  16.  
  17. https://www.ghacks.net/2010/03/26/
  18. change-firefox-font-size-of-address-tab-and-status-bar/
  19.  
  20. ALSO MUST DO:
  21.  
  22. toolkit.legacyUserProfileCustomizations.stylesheets
  23. widget.non-native-theme.enabled = ( true or false ? )
  24.  
  25. widget.disable-native-theme-for-content = true
  26. toolkit.legacyUserProfileCustomizations.stylesheets = true
  27.  
  28. This Code File Hosted Here :
  29.  
  30. https://pastebin.com/M58037a2
  31.  
  32. *** ******************************************************** **/
Add Comment
Please, Sign In to add comment