Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

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

Learn More

How to remove all buttons using userchrome.css

  • 3 답장
  • 2 이 문제를 만남
  • 34 보기
  • 최종 답변자: mrbiggs86

more options

Hi,

i am customizing firefox to roll out across our business and I want it as stripped out as possible.

The only things I havent been able to remove are the 5 buttons in the top right hand corner of the screen (Bookmark this page, Show your bookmarks, Display progress of downloads, home, and settings).

Can anyone help please?

Thanks, Adam

Hi, i am customizing firefox to roll out across our business and I want it as stripped out as possible. The only things I havent been able to remove are the 5 buttons in the top right hand corner of the screen (Bookmark this page, Show your bookmarks, Display progress of downloads, home, and settings). Can anyone help please? Thanks, Adam

선택된 해결법

Hi,

Thanks for the response.

I actually did it by using lock pref in mozilla.cfg and specifiying the value for browser.uiCustomization.state

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

모든 댓글 (3)

more options

removed the main menu using the below code - just need help getting rid of the bookmarks/downloads/home page icons now :)

  1. PanelUI-menu-button { display: none !important; }
more options

Do you have further questions or were you able to find the IDs of all toolbar buttons?

#PanelUI-menu-button
#bookmarks-menu-button
#downloads-button
#home-button
more options

선택된 해결법

Hi,

Thanks for the response.

I actually did it by using lock pref in mozilla.cfg and specifiying the value for browser.uiCustomization.state