userChrome.css and .js and userContent are unsupported

Why is userChrome unsupported?

userChrome.css is a Cascading Style Sheet (CSS) that allows developers make changes to Thunderbird’s user interface. The CSS rules in userChrome.css are applied to the user interface, and can override nearly every built-in style rule. userChrome.js allows anyone to inject Javascript code that changes Thunderbird. userContent.css and userContent.js are similar features for websites.

userChrome.css, userChrome.js, userContent.css and userContent.js are very powerful tools, intended for testing by technical users who are familiar with JS, CSS and HTML. The Thunderbird Project does not offer support for modifications to these files. This is because Thunderbird developers are constantly making improvements to the HTML elements which alters the CSS selectors as well as the underlying Javascript code. These changes mean that customizations based on userChrome.css, userChrome.js, userContent.css and userContent.js can break Thunderbird at any time and are very difficult to troubleshoot.

How to disable and remove userChrome.css

Users can disable and remove their unsupported userChrome.css file so that it does not load on Thunderbird startup by following these steps:

  1. Click > Settings > General
  2. Scroll down to the bottom and click Config Editor...
  3. Enter toolkit.legacyUserProfileCustomizations.stylesheets and if it has been changed you will see a reset button which will look like a counter clockwise arrow button, tb115-undo-16x16. Click tb115-undo-16x16 to reset the value immediately.
  4. Remove userChrome.css inside the chrome folder of the profile folder. To find the profile folder, see the How do I find my profile? section in Profiles - Where Thunderbird stores your messages and other user data.

Was this article helpful?

Please wait...

These fine people helped write this article:

Illustration of hands

Volunteer

Grow and share your expertise with others. Answer questions and improve our knowledge base.

Learn More