From bf8a72ce304c88a9e825087a25b3fb0b1f51269a Mon Sep 17 00:00:00 2001 From: takashi Date: Sun, 21 Jan 2024 10:30:07 +0000 Subject: [PATCH] aboutconfig --- src/aboutconfig.html | 62 ++++++++++++++++++++++++++++++++++++++++++++ src/firefox.html | 24 +++++++---------- src/index.html | 2 ++ src/seamonkey.html | 22 ++++++---------- 4 files changed, 81 insertions(+), 29 deletions(-) create mode 100644 src/aboutconfig.html diff --git a/src/aboutconfig.html b/src/aboutconfig.html new file mode 100644 index 0000000..b9921ca --- /dev/null +++ b/src/aboutconfig.html @@ -0,0 +1,62 @@ +「about:config」の設定項目 - 美々蝶々 + +

「about:config」の設定項目

+ + + +

+ +

Firefox 系ウェブブラウザー や SeaMonkey の「about:config」の設定項目を紹介します

+ +

「Settings」から變更できる内容も含みます

+ +

1. Firefox/SeaMonkey 共通

+ +
+ +
「/favicon.ico」を取得させない
+
browser.chrome.site_icons : false
+
CSSの書體指定を無視する
+
browser.display.use_document_fonts : 0
+
「Bookmark」の予備を保存させない
+
browser.bookmarks.max_backups : 0
+
「戾る」で復元する為に保存される文書の狀態の數を1つまでにする
+
browser.sessionhistory.max_total_viewers : 1
+
JS を無效にする
+
javascript.enabled : false
+
UserAgent を Windows の Firefox 風にする
+
general.useragent.override : Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/115.0
+
補足1: Tor 経由で Cloudflare に接續するために必要
+
補足2: 115.0 の部分は必要に應じて實際の版數に合せる
+
「Address bar」からのウェブ檢索を無效にする
+
keyword.enabled : false
+
Referrerをごまかす (要求先のURLをそのまま使用)
+
network.http.referer.spoofSource : true
+
OCSPを無效にする
+
security.OCSP.enabled : 0
+
+ +

2. Firefoxのみ

+ +
+
UIを「Compact」にする
+
browser.uidensity : 1
+
+ +

3. SeaMonkeyのみ

+ +
+
打鍵時の檢索を無效にする
+
accessibility.typeaheadfind.autostart : false
+
補足: Firefox では初期狀態で false
+
+ +

關聯

+ + diff --git a/src/firefox.html b/src/firefox.html index 9387e33..403c7c4 100644 --- a/src/firefox.html +++ b/src/firefox.html @@ -48,20 +48,7 @@

1.3.「about:config」

- - -
-
UIを「Compact」にする
-
browser.uidensity : 1
-
「Address bar」からのウェブ檢索を無效にする
-
keyword.enabled : false
-
「/favicon.ico」を取得させない
-
browser.chrome.site_icons : false
-
「Bookmark」の予備を保存させない
-
browser.bookmarks.max_backups : 0
-
+

推奬する設定は「about:config」の設定項目にまとめました。

1.4. Search Engine

@@ -125,7 +112,7 @@

2.4. Firefox (or Firefox-ESR)

できれば素の Firefox を使用したくありませんが、OpenBSD では GNU IceCat も Abrowser も使用できないため、Firefox-ESR に Arkenfox を導入して使用します。

@@ -169,3 +156,10 @@ + +

關聯

+ + diff --git a/src/index.html b/src/index.html index b3efc6b..2d284f0 100644 --- a/src/index.html +++ b/src/index.html @@ -118,6 +118,8 @@
2023-12-24 (陰暦11月12日)
Anthyで歴史的假名遣を入力
2024-01-18 (陰暦12月08日)
+
「about:config」の設定項目
+
2024-01-21 (陰暦12月11日)

2.3. 電子計算機 #COMP

diff --git a/src/seamonkey.html b/src/seamonkey.html index b3ad16f..8bb66be 100644 --- a/src/seamonkey.html +++ b/src/seamonkey.html @@ -22,20 +22,7 @@
  • SeaMonkey - Spyware Watchdog (clearnet)
  • -

    上に加へて推奬する設定は次の通りです。あまりガチガチに設定すると複雜な作りのウェブサイトで問題の元になります。

    - -
    -
    CSSの書體指定を無視する
    -
    browser.display.use_document_fonts : 0
    -
    「戾る」で復元する為に保存される文書の狀態の數を1つまでにする
    -
    browser.sessionhistory.max_total_viewers : 1
    -
    Referrerをごまかす (要求先のURLをそのまま使用)
    -
    network.http.referer.spoofSource : true
    -
    OCSPを無效にする
    -
    security.OCSP.enabled : 0
    -
    打鍵時の檢索を無效にする
    -
    accessibility.typeaheadfind.autostart : false
    -
    +

    推奬する設定は「about:config」の設定項目にまとめました。あまりガチガチに設定すると複雜な作りのウェブサイトで問題の元になります。

    プロキシー (I2P や Tor) を設定するには「Edit」 → 「Preference」 → 「Advanced」 → 「Proxies」から適當に。

    @@ -74,3 +61,10 @@ + +

    關聯

    + +