Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 2 respostas
  • 1 tem este problema
  • 7 visualizações
  • Última resposta de 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!

Todas as respostas (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"}]

Alterado por cor-el em