This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

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.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 2 antwoorde
  • 1 het hierdie probleem
  • 7 views
  • Laaste antwoord deur 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!

All Replies (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"}]

Gewysig op deur cor-el