Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

removing the option "Open all in tabs"

  • 3 uphendule
  • 0 zinale nkinga
  • 97 views
  • Igcine ukuphendulwa ngu MarkRH
  • Ikhiyiwe

not a real question and not waiting for answer.

the "Open all in tabs" menu that appears at the bottom waiting for you to click on it by mistake. we need a way to remove that option while also disabling the middle button over the folder to open all bookmarks over the tabs. It also should be a default because been using firefox since version 1 (previously Netscape Navigator back in 1998) and I rarely had the need for something like that.

Firefox under linux x64 v 148.0.2

Linux madcat8.local 6.12.30 #1 SMP PREEMPT_DYNAMIC Thu May 22 18:38:20 CDT 2025 x86_64 Intel(R) Core(TM) i9-14900K GenuineIntel GNU/Linux


asked chatgpt and it suggested some fixes but apparently userChrome.css is actively being ignored. from the look of things, seems like I will have to stick to an specific version like I had to do with Thunderbird after version 102 where ugly UI changes were implemented.

have fun.

not a real question and not waiting for answer. the "Open all in tabs" menu that appears at the bottom waiting for you to click on it by mistake. we need a way to remove that option while also disabling the middle button over the folder to open all bookmarks over the tabs. It also should be a default because been using firefox since version 1 (previously Netscape Navigator back in 1998) and I rarely had the need for something like that. Firefox under linux x64 v 148.0.2 Linux madcat8.local 6.12.30 #1 SMP PREEMPT_DYNAMIC Thu May 22 18:38:20 CDT 2025 x86_64 Intel(R) Core(TM) i9-14900K GenuineIntel GNU/Linux asked chatgpt and it suggested some fixes but apparently userChrome.css is actively being ignored. from the look of things, seems like I will have to stick to an specific version like I had to do with Thunderbird after version 102 where ugly UI changes were implemented. have fun.

All Replies (4)

Well, to get Firefox to use userChrome.css, you need to go to about:config and set toolkit.legacyUserProfileCustomizations.stylesheets to true.

For what CSS might get rid the "Open All in Tabs", might check at https://www.reddit.com/r/FirefoxCSS/

Well, I got it to go away. I used the following:

   /* get rid of open all in tabs from https://www.reddit.com/r/FirefoxCSS/comments/1g1luw6/remove_the_open_all_in_tabs_is_it_possible */
       .openintabs-menuitem,
       .bookmarks-actions-menuseparator {
       display: none !important;
   } /**/

I used the info from https://www.reddit.com/r/FirefoxCSS/comments/1g1luw6/remove_the_open_all_in_tabs_is_it_possible

Hope that helps.

This question has been locked because the original author has deleted their account. While you can no longer post new replies, the existing content remains available for reference.