Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 1 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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.