LoginSignup
2
1

More than 3 years have passed since last update.

Firefox70以上で上タブを非表示にする

Last updated at Posted at 2019-08-30

①プロファイルを開く

about:supportからフォルダを開く
スクリーンショット 2019-08-30 10.08.45.png

② userChrome.cssの作成

chromeフォルダの作成。
その中にuserChrome.cssを作成し以下のコードを追加

#tabbrowser-tabs {
visibility: collapse !important;
}

③userChrome.cssを有効にさせる

about:Configからtoolkit.legacyUserProfileCustomizations.stylesheetの値をtrueに変更
スクリーンショット 2019-08-30 10.11.20.png

はい完成

スクリーンショット 2019-08-30 19.11.30.png

2
1
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
2
1