- open firefox
- goto
about:config
- set
toolkit.legacyUserProfileCustomizations.stylesheets
totrue
find the Profile Directory
path on about:support
- create a new directory named
chrome
inside<profile-directory>
- inside
chrome
directory, create 2 filesuserChrome.css
userContent.css
add css below to userChrome.css
.titlebar-buttonbox-container,
.titlebar-spacer {
display: none;
}