Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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