본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.