Mozilla 도움말 검색

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

Learn More

Remove extensions button from toolbar

more options

I need to be able to hide the Extensions button from the toolbar. Is there a way to do that outside of the user.js or prefs.js? Preferably I'd like to do this though the policies.json file though I could not find any options for this.

I need to be able to hide the Extensions button from the toolbar. Is there a way to do that outside of the user.js or prefs.js? Preferably I'd like to do this though the policies.json file though I could not find any options for this.
첨부된 스크린샷

선택된 해결법

We do not provide a way to remove this button.

You would have to use something like userChrome.css

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (4)

more options

선택된 해결법

We do not provide a way to remove this button.

You would have to use something like userChrome.css

도움이 되셨습니까?

more options

Do you know what the text for that would be? I tried the below text and it did not work so I am assuming it is now referred to differently now:

  1. unified-extensions-button, #unified-extensions-button > .toolbarbutton-icon{

width: 0px !important; padding: 0px !important; }

도움이 되셨습니까?

more options

Is userChrome.css enabled? You have to set a pref to use it now.

도움이 되셨습니까?

more options

You are correct. Now it is working. Thank you.

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.