Firefox 131.0如何移除「列出所有分頁」按鈕

Firefox列出所有分頁按鈕

Firefox 131.0新加入「列出所有分頁」按鈕,一直找不到可以移除的地方,搜尋發現還是可以移除,步驟如下:

  1. 網址列輸入about:config

  2. 搜尋toolkit.legacyUserProfileCustomizations.stylesheets,設為true,允許Firefox使用userChrome.cssuserContent.css

  3. 網址列輸入about:support

  4. 瀏覽器畫面按鍵盤Ctrl+F搜尋設定檔目錄,點選開啟資料夾
    Firefox設定檔目錄資料夾

  5. 在該資料夾建立chrome資料夾。

  6. chrome資料夾建立userChrome.css檔案,內容為:

    #alltabs-button { display: none !important; }
    
  7. 存檔後重開Firefox,看到「列出所有分頁」按鈕被移除。

Firefox 131.0.3

該版本可從工具列加入或移除「列出所有分頁」按鈕。

自訂工具列中「列出所有分頁」按鈕

參考文章: