Firefox - Hide 3dot button in address bar
2018. 9. 15. 10:12ㆍIT이야기
1. about:config
2. toolkit.legacyUserProfileCustomizations.stylesheets = true
3. about:support
4. open profile folder
5. create file 'chrome/userChrome.css'
#pageActionSeparator {
display: none !important;
}
#page-action-buttons #pageActionButton {
width: 0 !important;
padding: 0px !important;
transition: all 1s ease-in-out;
}
#page-action-buttons:hover #pageActionButton {
width: 0px !important;
padding: 0px !important;
transition: all 1s ease-in-out 2s;
}
#urlbar-zoom-button {
display: none !important;
}
.urlbar-history-dropmarker {
float: right !important;
}
#reader-mode-button, #readinglist-addremove-button {
display:none !important;
}
/* Move hamburger menu to the left */
#PanelUI-button,
#customization-panel-container,
#customization-panelWrapper .panel-arrow {
display:none !important;
}
/* more tools... */
#nav-bar-overflow-button {
display: none !important;
}
.urlbar-history-dropmarker {
display: none !important;
}
'IT이야기' 카테고리의 다른 글
D2Coding Ligature with out Line End (0) | 2022.06.10 |
---|---|
Firefox - Hide 3dot button in address bar (2) | 2018.09.15 |
파이어폭스 다운로드 확인 버튼 느린 딜레이 또는 지연시간에 대해서 (0) | 2018.05.18 |
안녕하세요 극혐프로불편러님 구글링하다 놀러왓어요
비밀댓글입니다