bibi/src/seamonkey.html

103 行
4.6 KiB
HTML
Raw パーマリンク 通常表示 履歴

<title>SeaMonkeyの覺書 - 美々蝶々</title>
2023-09-08 22:35:27 +09:00
<h1>SeaMonkeyの覺書</h1>
2023-09-08 22:35:27 +09:00
<ul>
<li>2023-09-08 (陰暦07月24日) たかし</li>
2024-04-29 21:34:48 +09:00
<li>最終更新日: 2023-04-29 (陰暦03月21日)</li>
<li>OpenBSD 7.5、SeaMonkey 2.53.18</li>
2023-09-08 22:35:27 +09:00
</ul>
2024-04-29 21:34:48 +09:00
<h2>1. 概要</h2>
2023-09-08 22:35:27 +09:00
2024-04-29 21:34:48 +09:00
<p>SeaMonkey は輕さと機能性との兩方に優れたウェブブラウザーです。</p>
2023-09-08 22:35:27 +09:00
2024-04-29 21:34:48 +09:00
<ul>
<li>多くのウェブサイトを問題なく表示できる</li>
<li>使用感は Pale Moon に近い</li>
<li>JS にも對應するが、近年の JS の機能が使用されるとエラーになる</li>
<li>2024年現在、使用可能な擴張機能が少ない</li>
</ul>
<h2>2. 設定</h2>
<h3>2.1. about:config</h3>
2023-09-08 22:35:27 +09:00
2024-04-22 20:07:23 +09:00
<p>SeaMonkey を導入したら、Spyware Watchdog の解説を參考に不要な通信を無效にします。</p>
2023-09-08 22:35:27 +09:00
<ul>
2023-12-30 00:17:39 +09:00
<li><a href="http://uik756fnd7nbqiq74jdxo7zxlzsyfnluudnlbfdccxb7kpax6mhq.b32.i2p/guides/seamonkey.html">SeaMonkey - Spyware Watchdog (i2p)</a></li>
2023-09-08 22:35:27 +09:00
<li><a href="http://spywareitdaiuyfo2sqb5vsg7mek5cjabdr73luhnda57t2hyuzg7yyd.onion/guides/seamonkey.html">SeaMonkey - Spyware Watchdog (onion)</a></li>
2024-05-06 12:35:40 +09:00
<li><a href="https://spyware.neocities.org/guides/seamonkey.html">SeaMonkey - Spyware Watchdog (clearnet)</a></li>
2023-09-08 22:35:27 +09:00
</ul>
2024-04-29 21:34:48 +09:00
<p>その他の推奬設定は<a href="./aboutconfig.html">「about:config」の設定項目</a>にまとめました。あまりガチガチに設定すると複雜な作りのサイトで問題の元になります。</p>
2023-09-08 22:35:27 +09:00
2024-04-29 21:34:48 +09:00
<h3>2.2. Proxy</h3>
2023-09-08 22:35:27 +09:00
2024-04-29 21:34:48 +09:00
<p>プロキシー (I2P や Tor) を設定するには <samp>Edit</samp><samp>Preference</samp><samp>Advanced</samp><samp>Proxies</samp> から適當に。</p>
2023-09-08 22:35:27 +09:00
2024-04-29 21:34:48 +09:00
<h3>2.3. uMatrix</h3>
<p>SeaMonkey で動作する、uMatrix の最後の版は 1.1.4 です。</p>
2023-09-08 22:35:27 +09:00
<ul>
2023-12-30 00:17:39 +09:00
<li><a href="https://github.com/gorhill/uMatrix/releases/download/1.1.4/uMatrix.firefox.xpi">https://github.com/gorhill/uMatrix/releases/download/1.1.4/uMatrix.firefox.xpi</a></li>
2023-09-08 22:35:27 +09:00
</ul>
2023-10-29 22:28:52 +09:00
<p>1st party の css-image-frame のみ許可して、他は拒否することを推奬します。</p>
2023-09-08 22:35:27 +09:00
2024-04-29 21:34:48 +09:00
<ol>
<li>uMatrix の設定畫面の <samp>My rules</samp> を開く ( <code>chrome://umatrix/content/dashboard.html#user-rules</code> )</li>
<li><samp>Edit</samp> をクリックする</li>
<li>
<code>* * * block</code> 以降を次の様に編集する…
<pre><kbd>* * * block
2023-09-08 22:35:27 +09:00
* 1st-party css allow
* 1st-party image allow
* 1st-party frame allow</kbd></pre>
2024-04-29 21:34:48 +09:00
</li>
<li><samp>Save</samp> をクリックする</li>
<li><samp>Commit</samp> をクリックする</li>
</ol>
2023-09-08 22:35:27 +09:00
2024-04-22 20:07:23 +09:00
<p>他の方による、uMatrix をはじめとした擴張機能の解説も紹介します。</p>
<dl>
<dt>テクニカル諏訪子さん</dt>
<dd><a href="http://technicalsuwako.i2p/blog/privacy-browser-extension.xhtml">【デジタル自主】匿名者に必須なブラウザ拡張機能 (i2p)</a></dd>
<dd><a href="http://cli.6qiatzlijtqo6giwvuhex5zgg3czzwrq5g6yick3stnn4xekw26zf7qd.onion/blog/privacy-browser-extension.xhtml">【デジタル自主】匿名者に必須なブラウザ拡張機能 (onion)</a></dd>
<dd><a href="https://cli.technicalsuwako.moe/blog/privacy-browser-extension.xhtml">【デジタル自主】匿名者に必須なブラウザ拡張機能 (clearnet)</a></dd>
<dt>Dig deeperさん</dt>
<dd><a href="http://r7mv4w5dlcpha4sr5oseugwulntbuds7l6wzvszzformlyhutdtq.b32.i2p/articles/websites.xhtml">Mitigating malicious websites (i2p)</a></dd>
<dd><a href="http://5essxguxi5enurgtuquvrjuvikss4gc5lbhmtz57cq4cedqx5tqvaxqd.onion/articles/websites.xhtml">Mitigating malicious websites (onion)</a></dd>
<dd><a href="https://digdeeper.club/articles/websites.xhtml">Mitigating malicious websites (clearnet)</a></dd>
</dl>
2024-01-21 19:30:07 +09:00
2024-04-29 21:34:48 +09:00
<h3>2.4. uBlock Origin</h3>
<p>SeaMonkey で動作する、uBlock Origin の最後の版は 1.16.2 です。</p>
<ul>
<li><a href="https://github.com/gorhill/uBlock/releases/download/1.16.2/uBlock0.firefox.xpi">https://github.com/gorhill/uBlock/releases/download/1.16.2/uBlock0.firefox.xpi</a></li>
</ul>
<h2>3. 問題解決</h2>
<h3>3.1. UserAgent 文字列を變更する</h3>
<p>UserAgent 文字列を變更するには、uMatrix の機能を使用します。</p>
<ol>
<li>uMatrix の設定畫面の <samp>Privacy</samp> に移動 ( <code>chrome://umatrix/content/dashboard.html#privacy</code> )</li>
<li><samp>Spoof User-Agent string by randomly picking</samp>… にチェックを入れる</li>
<li>その下の欄に User Agent 文字列を入力する (複數入力可能)</li>
</ol>
<h2>4. 關聯</h2>
2024-01-21 19:30:07 +09:00
<ul>
<li><a href="./firefox.html">Firefox系ウェブブラウザーの覺書</a></li>
<li><a href="./aboutconfig.html">「about:config」の設定項目</a></li>
</ul>