Difference between revisions of "Mozilla CSS Modifications"

From Indie IT Wiki
Line 2: Line 2:
  
 
* https://www.userchrome.org/adding-style-recipes-userchrome-css.html
 
* https://www.userchrome.org/adding-style-recipes-userchrome-css.html
 +
 +
== Activate CSS Usage In Firefox ==
 +
 +
New browser tab > enter about:config in the address bar and press enter/return > click the Accept the Risk and Continue button > in the 'Search preference name' field, enter the following:
 +
 +
toolkit.legacyUserProfileCustomizations.stylesheets
 +
 +
Set the above to true by double-clicking on the key.
  
 
== Activate CSS Usage In Thunderbird ==
 
== Activate CSS Usage In Thunderbird ==
  
Settings/Options/Preferences > Advanced > General > Config Editor > locate the following key:
+
Settings/Options/Preferences > Advanced > General > Config Editor > in the 'Search preference name' field, enter the following:
  
 
  toolkit.legacyUserProfileCustomizations.stylesheets
 
  toolkit.legacyUserProfileCustomizations.stylesheets

Revision as of 15:04, 20 February 2023

Overview

Activate CSS Usage In Firefox

New browser tab > enter about:config in the address bar and press enter/return > click the Accept the Risk and Continue button > in the 'Search preference name' field, enter the following:

toolkit.legacyUserProfileCustomizations.stylesheets

Set the above to true by double-clicking on the key.

Activate CSS Usage In Thunderbird

Settings/Options/Preferences > Advanced > General > Config Editor > in the 'Search preference name' field, enter the following:

toolkit.legacyUserProfileCustomizations.stylesheets

Set the above to true by double-clicking on the key.

userChrome.css

Should contain the line:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

userContent.css