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

How do I remove "Open all in tabs" in my bookmark folders? (Firefox 49.0.1)

  • 1 reply
  • 1 has this problem
  • 1 view
  • Last reply by Bot-chan

more options

I used to have this problem some while ago and got rid of it by editing the userChrome.css and adding this bit of code:

  1. PlacesToolbarItems .openintabs-menuitem,
  2. placesContext>menuitem[id="placesContext_openContainer:tabs"],
  3. placesContext>menuitem[id="placesContext_openContainer:tabs"]:not([hidden])+menuitem+#placesContext_openSeparator {visibility:collapse!important}

Sadly though, this doesn't seem to work anymore as this bothersome menu item has recently returned, just waiting for me to accidentally click on it again. So yeah, is there any way to get rid of it once more, hopefully for good this time?

I used to have this problem some while ago and got rid of it by editing the userChrome.css and adding this bit of code: #PlacesToolbarItems .openintabs-menuitem, #placesContext>menuitem[id="placesContext_openContainer:tabs"], #placesContext>menuitem[id="placesContext_openContainer:tabs"]:not([hidden])+menuitem+#placesContext_openSeparator {visibility:collapse!important} Sadly though, this doesn't seem to work anymore as this bothersome menu item has recently returned, just waiting for me to accidentally click on it again. So yeah, is there any way to get rid of it once more, hopefully for good this time?

All Replies (1)

more options

Oh, and of course I typed #s, not a numbered list. Apparently I did something wrong with the formatting in this forum. Sorry.