当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How to stop adding new sites to the "Top Sites" widget on the new tab page?

  • 2 件の返信
  • 1 人がこの問題に困っています
  • 7 回表示
  • 最後の返信者: cor-el

more options

So, I Love the top sites widget. It's great! But I don't have that many top sites to fill up 2 rows of squares completely.

Is there any way to just...not add sites automatically to the top sites widget? Because I already am dealing with it syncing between my work and home computers even though I have Sync turned off for my history and such, and apparently there's no way to turn that off completely anyway.

Thanks!

So, I Love the top sites widget. It's great! But I don't have that many top sites to fill up 2 rows of squares completely. Is there any way to just...not add sites automatically to the top sites widget? Because I already am dealing with it syncing between my work and home computers even though I have Sync turned off for my history and such, and apparently there's no way to turn that off completely anyway. Thanks!

すべての返信 (2)

more options

Hi, you can change the number of rows by clicking the gear wheel button in the top right corner of the page. You can also pin your own sites which will stop new ones being added automatically, by pointing your mouse at the top right corner of each thumbnail; in Edit, you can also add your own sites if you wish. More Customize your Firefox New Tab page.

Some Sync articles for reference: https://support.mozilla.org/en-US/products/firefox/sync

If your question is resolved by this or another answer, please help other users by marking the best reply as Solved. Thank you!

more options

I think that you will have to pin websites to tiles that you do not want to use for the history.

Pinned tabs are stored in the browser.newtabpage.pinned pref on the about:config page. The value of this pref is an array of a url and possible title value pair in JSON format. Tabs that aren't pinned have an null entry as you can see if you inspect this pref on the about:config page.

  • [{"url":"<url>"},null,null,{"url":"<url>"}]

A way to specify blank tiles:

  • [null,null,null,null,null,null,null,null,null,{"url":"about:blank?1"},{"url":"about:blank?2"},{"url":"about:blank?3"},{"url":"about:blank?4"},{"url":"about:blank?5"},{"url":"about:blank?6"},{"url":"about:blank?7"},{"url":"about:blank?8"},{"url":"about:blank?9"}]

この投稿は cor-el により に変更されました