사용자 도구

사이트 도구


firefox

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
마지막 판 양쪽 다음 판
firefox [2016/10/22 16:17]
kwon37xi [언어 순서]
firefox [2023/07/09 17:51]
kwon37xi [Wayland / Flatpak]
줄 1: 줄 1:
 ====== Firefox ====== ====== Firefox ======
   * [[firefox:optimization|FireFox 속도 최적화]]   * [[firefox:optimization|FireFox 속도 최적화]]
 +  * [[firefox:ubuntu|Firefox on Ubuntu Linux]]
   * [[https://addons.mozilla.org/ko/firefox/collections/kwonnam/|권남 파이어폭스/썬더버드 애드온 모음집]]   * [[https://addons.mozilla.org/ko/firefox/collections/kwonnam/|권남 파이어폭스/썬더버드 애드온 모음집]]
   * [[http://kb.mozillazine.org/Command_line_arguments|Firefox command line arguments]]   * [[http://kb.mozillazine.org/Command_line_arguments|Firefox command line arguments]]
 +  * [[https://www.mozilla.org/en-US/firefox/organizations/|Firefox ESR]] : 기업용 지원 확장 버전
 +  * [[https://wiki.archlinux.org/index.php/firefox|Firefox - ArchWiki]]
 +  * [[https://wiki.archlinux.org/index.php/Firefox/Tweaks|Firefox/Tweaks - ArchWiki]]
  
 ===== 주의사항 ===== ===== 주의사항 =====
줄 86: 줄 90:
 </code> </code>
   * [[http://www.ryananddebi.com/2014/12/10/bypassing-the-ssl_error_no_cypher_overlap-error-in-firefox-34/|bypassing the “ssl_error_no_cypher_overlap” error in Firefox 34 – Ryan and Debi & Toren]]<code>   * [[http://www.ryananddebi.com/2014/12/10/bypassing-the-ssl_error_no_cypher_overlap-error-in-firefox-34/|bypassing the “ssl_error_no_cypher_overlap” error in Firefox 34 – Ryan and Debi & Toren]]<code>
-security.tls.version.min -> 0+security.tls.insecure_fallback_hosts=[hostname]
 </code> </code>
 ===== 테마(구 페르소나) ===== ===== 테마(구 페르소나) =====
줄 92: 줄 96:
  
 ===== 선호 풀 테마 ===== ===== 선호 풀 테마 =====
 +  * [[https://github.com/rafaelmardojai/firefox-gnome-theme/search?l=javascript|rafaelmardojai/firefox-gnome-theme: A GNOME👣 theme for Firefox🔥]]
   * [[https://addons.mozilla.org/ko/firefox/addon/fxchrome/?src=cb-dl-created|FxChrome]]   * [[https://addons.mozilla.org/ko/firefox/addon/fxchrome/?src=cb-dl-created|FxChrome]]
   * [[https://addons.mozilla.org/ko/firefox/addon/ft-graphiteglow/?src=search|FT GraphiteGlow]]   * [[https://addons.mozilla.org/ko/firefox/addon/ft-graphiteglow/?src=search|FT GraphiteGlow]]
줄 103: 줄 108:
 ===== add ons ===== ===== add ons =====
   * [[https://blog.mozilla.org/theden/2013/12/04/13-best-firefox-add-ons-of-2013/|2013 best firefox addons]]   * [[https://blog.mozilla.org/theden/2013/12/04/13-best-firefox-add-ons-of-2013/|2013 best firefox addons]]
 +  * [[https://add0n.com/send-to.html|Send to an External Media Player]] - 더 성능 좋은 비디오 플레이어로 브라우져의 동영상을 열게 해줌.
 +  * [[https://addons.mozilla.org/ko/firefox/addon/open-in-vlc/|Open in vlc]]
 +  * [[https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/|Multi Account Containers]] 한 사이트를 여러 계정으로 로그인 하는등, 하나의 브라우저에서 세션 분리
  
 +===== Mouse Gesture Addon =====
 +  * 마우스 제스쳐 Addon은 파이어폭스 버전에 따라 유행이 지나치게 바뀌고 종류도 매우 많다.
 +  * [[https://addons.mozilla.org/ko/firefox/addon/gesturefy/|Gesturefy]] 가 현재 FF 68 에서 가장 인기 있어보인다.
 +  * 단, Linux, Mac 에서 작동안하는데, ''about:config''에서 다음 값을 true로 변경해야 한다. [[https://github.com/Robbendebiene/Gesturefy/issues/1|Right click not working]]<code>
 +ui.context_menus.after_mouseup = true
 +</code>
  
 +===== Wayland / Flatpak =====
 +  * [[linux:flatpak|Flatpak]] 으로 설치한 firefox 사용시에 다른 애플리케이션들에서 링크가 잘 안열리는 현상이 발생했다.
 +  * **설정 -> 기본앱** 항목을 보니 Firefox 가 두 개가 존재해서 다른 걸로 바꿔줬더니 작동했다.
 +  * 원칙적으로 이 것은 [[linux:ubuntu|Ubuntu Linux]]용 firefox 패키지와 flatpak 패키지가 공존했기 때문이었음. firefox 패키지를 삭제해야 올바로 작동한다.
 +
 +{{::firefox-flatpak-wayland-default-app.png|}}
 +
 +<code sh>
 +sudo apt remove firefox
 +</code>
firefox.txt · 마지막으로 수정됨: 2024/04/18 09:34 저자 kwon37xi