※ 引述《lyu0001 (omega-3)》之銘言:
: firefox 更新之後,點新分頁都會出現搜尋欄,下面才是網頁縮圖
: 請問搜尋欄有辦法隱藏嗎?
/* 搜尋列 & 頂部邊界 隱藏 */
#newtab-search-container, #newtab-margin-top {display: none !important;}
/* 復原縮圖列 底部邊界 0 */
#newtab-undo-container { margin-bottom: 0 !important; }
/* 兩側邊界 最大 60px ( 系統預設 最小 40px ) */
.newtab-side-margin { max-width: 60px !important; }
/* 底部邊界 最大 60px ( 系統預設 最小 40px ) */
#newtab-margin-bottom { max-height: 60px !important; }