Skip to content

Instantly share code, notes, and snippets.

@slashedzer0
Last active September 10, 2023 17:10
Show Gist options
  • Save slashedzer0/93f0289135482a294758d4e2c0b37690 to your computer and use it in GitHub Desktop.
Save slashedzer0/93f0289135482a294758d4e2c0b37690 to your computer and use it in GitHub Desktop.
  • type about:config on address bar - set toolkit.legacyUserProfileCustomizations.stylesheets to true
  • type about:support - click Open Directory on Profile section
  • create new directory named chrome inside your default profile
  • create new file named userChrome.css and paste the following code:
#urlbar {
  text-align: center;
  font-weight: 600;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment