오중호랑이
오중호랑이의 비밀로그
오중호랑이
전체 방문자
622,412
오늘
2
어제
13
  • 전체보기 (171)
    • 일상 (120)
    • 개발 (18)
      • 일반 (13)
      • 호랑이와 jQuery (5)
    • 외로움 상자 (33)
      • 호랑이단편집 (2)
      • 힙 to the 합 (4)

최근 글

  • 베스트필드 한줄평
    2022.11.30
    베스트필드 한줄평
  • 알림톡입니다. 많이 알려주세요.
    2022.11.30
  • 알뜰폰은 역시 모빙
    2022.10.08
    알뜰폰은 역시 모빙
  • 네이버지도 Javascript API v3 현위치 표시하기
    2022.08.23
    네이버지도 Javascript API v3 현위치 표시하기
  • 관평동 라면우에무라 첫방문 팁💡
    2022.08.16
    관평동 라면우에무라 첫방문 팁💡

최근 댓글

  • 서버쪽 맥이 잠든상태에서도 가능한건가요?
    맥
  • 글 잘보고 갑니다
    나리카페
  • 정말 고맙습니다. 덕분에 예전 노래들을 꺼낼수 있엇네요
    잠자는아이팟
  • 선생님 잘 사용중입니다! 근데 줄 개행된곳은 띄어쓰기가⋯
    오잉
  • 감사합니다
    오중호랑이
hELLO · Designed By 정상우.
오중호랑이

오중호랑이의 비밀로그

Firefox - Hide 3dot button in address bar
일상

Firefox - Hide 3dot button in address bar

2018. 9. 15. 10:12

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;
}
    '일상' 카테고리의 다른 글
    • 다소니카츠
    • 권인순 갈비김치 찌개
    • 파이어폭스 다운로드 확인 버튼 느린 딜레이 또는 지연시간에 대해서
    • 탄방동 산호아파트 상가 알딸딸 매운마차
    파이어폭스
    오중호랑이
    오중호랑이
    ojtiger@ojtiger.com
    댓글쓰기
    권인순 갈비김치 찌개
    다음 글
    권인순 갈비김치 찌개
    파이어폭스 다운로드 확인 버튼 느린 딜레이 또는 지연시간에 대해서
    이전 글
    파이어폭스 다운로드 확인 버튼 느린 딜레이 또는 지연시간에 대해서

    티스토리툴바