- You can customize the Firefox interface by editing the
userChrome.cssfile. - First, you need to enable the
userChrome.cssfile if it’s not already enabled. - Go to
about:configin the Firefox address bar. - Search for
toolkit.legacyUserProfileCustomizations.stylesheetsand set it totrue. - Navigate to your Firefox profile directory. You can find it by going to
about:supportand clicking on “Open Folder” next to “Profile Directory.” - Inside the profile folder, create a folder named
chromeif it doesn’t exist. - Inside the
chromefolder, create a file nameduserChrome.cssif it doesn’t exist. - Add the following code to
userChrome.css:
/* Hide top bar in context menu */
#context-navigation {
display: none !important;
}
- Save the file and restart Firefox.
