Skip to content

Instantly share code, notes, and snippets.

@gogromat
Last active May 31, 2024 18:19
Show Gist options
  • Save gogromat/65f2be77a88a7a4488129d471f77f833 to your computer and use it in GitHub Desktop.
Save gogromat/65f2be77a88a7a4488129d471f77f833 to your computer and use it in GitHub Desktop.
HowTo: Firefox Custom User Colors / Remove Tabs

Go to:

  • about:config

    • Set:
    • toolkit.legacyUserProfileCustomizations.stylesheets true
  • go to about:profiles

    • Create a folder chrome in Root location pointed by active profile (ex. default-esr, default)
      • Create chrome/userChrome.css file

Removing Tabs (can use Sidebery)

paste into userChrome.css (if this doesn't work, rename to userContent.css)

#tabbrowser-tabs { visibility: collapse !important; }
#TabsToolbar-customization-target { visibility: collapse !important; }

(restart firefox)

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