firefox: Add userChrome.css to hide some elements
This commit is contained in:
16
.config/firefox/chrome/userChrome.css
Normal file
16
.config/firefox/chrome/userChrome.css
Normal file
@@ -0,0 +1,16 @@
|
||||
/* Tab bar */
|
||||
|
||||
/* Hide tab scroll buttons */
|
||||
toolbarbutton[id^="scrollbutton"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Hide new-tab button */
|
||||
toolbarbutton[id="new-tab-button"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Hide tab close button */
|
||||
.tab-close-button {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -22,4 +22,5 @@ user_pref("privacy.donottrackheader.enabled", true);
|
||||
user_pref("privacy.trackingprotection.enabled", true);
|
||||
user_pref("privacy.trackingprotection.socialtracking.enabled", true);
|
||||
user_pref("signon.rememberSignons", false);
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
user_pref("ui.systemUsesDarkTheme", 1);
|
||||
|
||||
Reference in New Issue
Block a user