Mozilla 도움말 검색

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

자세히 살펴보기

Remove close-window-button or remove the whole tab part in fullscreen without GNOME topbar

  • 4 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: wyt94yx

more options

Is there any way to remove the close-window-button or the whole tab part. I want to avoid the user close the browser. I know there is Kiosk mode, but kiosk mode seems cannot keep back button

Is there any way to remove the close-window-button or the whole tab part. I want to avoid the user close the browser. I know there is Kiosk mode, but kiosk mode seems cannot keep back button
첨부된 스크린샷

모든 댓글 (4)

more options

You can modify your userChrome.css file to hide the tabs and close window button.

Firstly, create a userChrome.css file. Refer to the link below for step-by-step instructions. How to Create a userChrome.css File

Secondly, for the CSS code, refer to jscher2000's solution in a previous thread below. Remove Tabs on Top

more options

Hi strafy, Thank you for your help. I create userChrome.css and enable toolkit.legacyUserProfileCustomizations.stylesheets. Then, I use the code from the link "Remove Tabs on Top". But it still display as normal firefox browser.

more options

Hi strafy, My firefox version is 78.9. After I remove the line "@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");", firefox will not show tab bar and close button!! Thank you!! But the GNOME top-bar is still there. And, there is a "quit" in the menu. How to remove menu button?

글쓴이 wyt94yx 수정일시

more options

Hi strafy, My setting in userChrome.css is as following.

/* Hide all tabs and tab bar buttons */ #main-window:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {

 opacity: 0;
 pointer-events: none;

}

/* This makes the bar shorter vertically but removes the 3 window buttons */ #main-window #TabsToolbar {

 visibility: collapse !important;

}

/* For full screen mode */ #TabsToolbar[inFullscreen]{

 visibility: collapse !important; 

}

/* Hide SearchBar */ #urlbar {visibility: collapse;}

/* Hide Hambergur Menu */ #PanelUI-menu-button {display: none;}

Right now, it still has 3 problem. 1. still can't open firefox in fullscreen mode 2. In this way, it is not like Kiosk and there is the right-click menu. How to disable right-click menu?

Thank you.

글쓴이 wyt94yx 수정일시