搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Is the FF33 newtab behaviour buggy?

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I have been using the default about:newtab for new tabs, although I had modified some settings, including at one point setting browser.newtabpage.storageVersion to 1 as suggested somewhere. I'm also using TabMixPlus.

Anyway, since upgrading to FF33 it looks worse - aesthetically 4 tiles wide and 1 deep with a search bar is not what I want, and it also lost my previous most frequently visited page (BBC weather). I noticed that if you hit F5 to refresh though, it does respect browser.newtabpage.columns and show 5x3 tiles.

I don't see this listed at among the issues at https://wiki.mozilla.org/QA/Newtab_page_Tiles/Test_Plan. Why it should show something different after refresh is particuarly odd though - is it possible to use browser.newtabpage.columns all the time?

I have been using the default about:newtab for new tabs, although I had modified some settings, including at one point setting browser.newtabpage.storageVersion to 1 as suggested somewhere. I'm also using TabMixPlus. Anyway, since upgrading to FF33 it looks worse - aesthetically 4 tiles wide and 1 deep with a search bar is not what I want, and it also lost my previous most frequently visited page (BBC weather). I noticed that if you hit F5 to refresh though, it does respect browser.newtabpage.columns and show 5x3 tiles. I don't see this listed at among the issues at https://wiki.mozilla.org/QA/Newtab_page_Tiles/Test_Plan. Why it should show something different after refresh is particuarly odd though - is it possible to use browser.newtabpage.columns all the time?

所有回复 (2)

more options

Please zoom out on the newTab page and see what happens to the grid layout.

more options

You can hide the search bar and the margins at the top and bottom with code in the userContent.css file to get more space for tiles.

Add code to the userContent.css file.


@-moz-document url(about:newtab) {
 #newtab-margin-top,
 #newtab-margin-bottom,
 #newtab-search-container {
  display: none !important;
 }
}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)