※ 引述《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; }