Skip to content

Instantly share code, notes, and snippets.

@soulhotel
Last active March 12, 2024 03:42
Show Gist options
  • Save soulhotel/80c1ac8d41e45b910158a26d31d48c13 to your computer and use it in GitHub Desktop.
Save soulhotel/80c1ac8d41e45b910158a26d31d48c13 to your computer and use it in GitHub Desktop.
userChrome4dummies

Enable userChrome

  • Type in URL BAR about:config
  • skip the warning, continue
  • Type toolkit.legacyUserProfileCustomizations.stylesheets in page search bar
  • Double click false, It should stay on true

  • Type about:support in URL BAR
  • Click on Profile Folder Button. This is your current Firefox user Profile.
  • In that same folder, create a folder named chrome
  • Inside of chrome make a new text file, open it and save it as userChrome.css
  • Folder structure should look like this: Profile-Folder-Name/chrome/userchrome.css

  • This is just a baseline for custom edits you may want to make
  • Any custom themes you download will be going into the chrome folder
  • Pictures below

1 a 2 b 3 d 4 e 5 g

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment