1:如何调整Firefox搜索栏的长度

在~/mozilla/firefox/********.default/chrome/userChrome.css中添加代码
#search-container,
#searchbar { -moz-box-flex: 185 !important; }

调整其中的185就能改变搜索拦宽度。

注意:这个方法在使用非默认主题时可能会失效。
红色部分星号为随机的一组数字。userChrome.css如果没有就新建一个

2:怎样把标签移到下方?

在~/mozilla/firefox/********.default/chrome/userChrome.css中添加代码

#content > tabbox {-moz-box-direction: reverse;}

3:永远在新标签页打开搜索结果

在地址栏输入about:config并回车
browser.search.openintab默认值改为true

4:Linux下如何点击中键关闭标签页?
找到“middlemouse.contentLoadURL”并将其设置为 false