#author("2024-10-13T10:26:08+00:00","default:mogamin","mogamin") #author("2024-10-31T11:36:54+00:00","default:mogamin","mogamin") * Firefox [#s9c91865] ** バージョンアップ時の割り込み画面を無効化 [#x5a77d44] about:config browser.messaging-system.whatsNewPanel.enabled false browser.startup.homepage_override.mstone ignore ** タブの一覧表示 list all tabs ボタンを非表示 [#l58b3d55] 131.0.3 くらいから customize toolbar で消せるようになった。 *** 131.0.3 より前 [#oed911e6] browser.tabs.tabmanager.enabled false #ref(./スクリーンショット 2023-05-31 111714.png,wrap) ** タブにマウスオーバーしたときのポップアップがアドレスバーにかぶる件 [#r1f8d9bf] IME との相性が悪く、ページタイトルのポップアップが入力中の文字列にかぶさって見えない。つらい。直接入力のときはスッと消えてくれるのに。 &attachref(441f6304.png); ポップアップをまるごと無効化する。ページサムネイル機能も無効になるけれどまあいいや。 about:config browser.tabs.hoverPreview.enabled false ** Windows 11 でスクロールバーがめちゃくちゃ細くなるのに対処 [#k3707ab0] Windows の設定 → アクセシビリティ → 視覚効果 → スクロールバーを常に表示する on |#ref(./7ab19b0.png,75%)|#ref(./ba20917.png,75%)| *** thanks to [#b8ce60dd] Re: Firefox window Scroll Bar under Windows 11 too narrow. - Mozilla Connect https://connect.mozilla.org/t5/discussions/firefox-window-scroll-bar-under-windows-11-too-narrow/m-p/11733/highlight/true#M5342 ** スクロールバーのスタイルを好きにする [#s173a9a2] about:config widget.non-native-theme.scrollbar.style 0: OS デフォルト 1: MacOS 2: GTK 3: Android 4: Windows 10 5: Windows 11 Windows 11 の場合は前項 スクロールバーを常に表示する オプションを入れないとへんな表示になるかも。なった。 *** thanks to [#p3fc9733] [Tip] Restore Full Classic Scrollbars in Mozilla Firefox on Windows 11 – AskVG https://www.askvg.com/tip-restore-full-classic-scrollbars-in-mozilla-firefox-on-windows-11/ ** Windows の証明書ストアにインストールされているクライアント証明書を使用しない [#e54285e0] security.osclientcerts.autoload false 一部の SSO 実装で認証がコケるときに試すと改善するかも。 ** 外部コマンドから開くときに既存のウインドウを使わせない [#t6ca816e] `about:config` の `browser.link.open_newwindow.override.external` を `2` にする。 *** thanks [#fa3226b0] Fine tuning opening links in tabs https://support.mozilla.org/en-US/questions/1295114 ** ファイルのダウンロードをブロックするのを止める [#bcfded7b] `about:config` の `browser.safebrowsing.downloads.enabled` を `false` にする。 #ref(./20150330-firefox-download-block-001.png,wrap,75%) ** ユーザー CSS (userContent.css) をつかう @130.0.1 [#m23b5285] `C:\Users\mg\AppData\Roaming\Mozilla\Firefox\Profiles\my.profile\` (windows のとき) に「chrome」フォルダを作成し、配下に userContent.css を作成。 about:config で toolkit.legacyUserProfileCustomizations.stylesheets true 要 firefox 再起動。