web:firefox

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
web:firefox [2020/04/08 20:40] – [Firefox] ともやんweb:firefox [2020/07/14 07:37] ともやん
行 1: 行 1:
 +<html>
 +  <style>
 +    #result pre, #mincode pre {
 +      overflow: hidden;
 +      font-size: 10px;
 +    }
 +    #result_long pre, #mincode_long pre  {
 +      height: 250px;
 +      overflow: scroll;
 +      overflow-x: hidden;
 +      font-size: 10px;
 +    }
 +    #mintbl table {
 +      font-size: 12px;
 +    }
 +    .dokuwiki .plugin_wrap table {
 +      width: auto;
 +    }
 +    #logo {
 +      background-color: white;
 +      padding: 10px;
 +      width: fit-content;
 +    }
 +    #logo p {
 +      margin: 0;
 +    }
 +  </style>
 +</html>
 ====== Firefox ====== ====== Firefox ======
 本家: [[https://www.mozilla.org/ja/firefox/|Mac、PC、Linux 向け新高速ブラウザー | Firefox]]\\ 本家: [[https://www.mozilla.org/ja/firefox/|Mac、PC、Linux 向け新高速ブラウザー | Firefox]]\\
 ソースコード: [[https://developer.mozilla.org/ja/docs/Mozilla/Developer_Guide/Source_Code/Downloading_Source_Archives|Downloading Source Archives - Mozilla | MDN]]\\ ソースコード: [[https://developer.mozilla.org/ja/docs/Mozilla/Developer_Guide/Source_Code/Downloading_Source_Archives|Downloading Source Archives - Mozilla | MDN]]\\
       [[https://archive.mozilla.org/pub/firefox/|Downloading Source Archives]]\\       [[https://archive.mozilla.org/pub/firefox/|Downloading Source Archives]]\\
 +
 +===== インストール =====
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ scoop install firefox
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +Installing 'firefox' (78.0.2) [64bit]
 +Firefox%20Setup%2078.0.2.exe (51.7 MB) [======================================================================] 100%
 +Checking hash of Firefox%20Setup%2078.0.2.exe ... ok.
 +Extracting dl.7z ... done.
 +Linking ~\scoop\apps\firefox\current => ~\scoop\apps\firefox\78.0.2
 +Creating shim for 'firefox'.
 +Creating shortcut for Firefox (firefox.exe)
 +'firefox' (78.0.2) was installed successfully!
 +</code>
 +</WRAP>
 +※この方法でインストールした Firefox は標準では英語版となるため、以下のように日本語化のための設定を行う。\\
 + [三] -> Options -> Language で Search more languages... を選択して、Select language to add... より Japanese を選択して OK を押す。適用して再起動を押す。\\
  
 ===== SharedArrayBuffer の有効化 ===== ===== SharedArrayBuffer の有効化 =====
  • web/firefox.txt
  • 最終更新: 2023/09/26 05:03
  • by ともやん