Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

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

  • 1 отговор
  • 1 има този проблем
  • 1 изглед
  • Последен отговор от 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?

Всички отговори (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.