1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Firefox勢必見、TabCenterを使う為に余計な物を消す。

Posted at

これまでFirefoxで垂直タブを有効活用するために下記2つの記事を作ったが、記載内容の変更がり、この際2つの記事を1つにまとめることにした。
https://qiita.com/takutoP_n/items/03f84097b93f935e1f74

①Tab Center Rebornのインストール

https://addons.mozilla.org/ja/firefox/addon/tabcenter-reborn/
スクリーンショット 2024-12-07 173239.png

②プロファイルを開く

URLからabout:supportを開く。
プロファイルフォルダを開く
スクリーンショット 2024-12-07 173414.png

② userChrome.cssの作成

プロファイル内に新規フォルダchromeの作成。
その中にuserChrome.cssを作成し以下のコードを追加

#tabbrowser-tabs {
  visibility: collapse !important;
  }
/* タブ一覧ボタンを非表示にする */
#alltabs-button {
    display: none !important;
}

スクリーンショット 2024-12-07 174653.png

③about:Configの設定

URLからabout:configを開き、危険性を承知の上で使用するをクリック
image.png

userChrome.cssを有効する為に下記を適用。
toolkit.legacyUserProfileCustomizations.stylesheettrue
image.png

次にFirefoxViewを消す為に下記を適用。
browser.tabs.firefox-view真偽値で追加 → False
browser.tabs.tabmanager.enabled真偽値で追加 → False

スクリーンショット 2024-12-07 175612.png

スクリーンショット 2024-12-07 175622.png

スクリーンショット 2024-12-07 175634.png

スクリーンショット 2024-12-07 175642.png

はい完成

スクリーンショット 2024-12-07 175706.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?