Close Multiple Tabs menu

User Help for Mozilla Firefox
Post Reply
clydesdale
Posts: 30
Joined: January 19th, 2005, 7:03 am

Close Multiple Tabs menu

Post by clydesdale »

Is there any way to get rid of this menu?
morat
Posts: 6432
Joined: February 3rd, 2009, 6:29 pm

Re: Close Multiple Tabs menu

Post by morat »

Try this:

Code: Select all

/* Firefox userChrome.css */

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

#context_closeTabOptions {
  display: none !important;
}
http://kb.mozillazine.org/UserChrome.css

Remember to set the toolkit.legacyUserProfileCustomizations.stylesheets pref to true, then restart.

Similar post
http://techdows.com/2020/06/firefox-78- ... -tabs.html
Post Reply