[컴][웹] firefox 에서 chrome 처럼 화면을 넓게 보이도록 하기

불여우 / 파폭 / 파이어 폭스 크롬

Australis Small Icons


기본적으로 firefox 도 chrome 처럼 메뉴를 감추면, 넓은 화면을 볼 수 있다. 그런데 기본적인 address bar 의 높이나 탭의 높이가 있어서 조금 답답하다. 그래서 이 부분을 작게 해주는 add on (plugin) 이 있다.

위의 링크를 들어가면 된다.


직접 설정하기

profile 에 설정을 해줄 수 있다. ref. 1 에서 내용을 찾을 수 있었는데, 요약하면, profile 폴더안에 userChrome.css 만들어서 css 를 설정해 주면 된다.

여기서는 windows 를 기준으로 이야기한다.

profile/chrome/userChrome.css

profile folder 에서 userChrome.css 만들기
여기서는 firefox 43 버전을 기준으로 설명한다.
  • profile_folder 위치 : window_key + r (실행) --> %appdata% --> Mozilla 폴더내의 profile
이렇게 %appdata% 로 가서 Mozilla 로 가면 그안에서 Profiles 를 찾을 수 있다.(버전마다 좀 다른 듯 하다.) 자신의 profile 폴더안에서 chrome folder 만들고, userChrome.css 를 넣어주면 된다.

필자의 경우는 그래서 userChrome.css 의 path 가 아래와 같았다.
  • c:\Users\<user_name>\AppData\Roaming\Mozilla\Firefox\Profiles\0acbeprw.default-1453179552055\chrome\userChrome.css
설정은 profile 마다 해줘야 한다. 자신이 사용하는 profile 만 설정하면 된다. 

userChrome.css 설정


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#TabsToolbar { margin-top: 5px !important; }




Reference

  1. https://support.mozilla.org/ko/questions/959205
  2. http://kb.mozillazine.org/Chrome_element_names_and_IDs : userChrome.css 설정값들 
  3. https://addons.mozilla.org/en-US/firefox/addon/dom-inspector-6622/ : DOMInspector firefox plugin

댓글 없음:

댓글 쓰기