ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

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

  • 2 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 7 ნახვა
  • ბოლოს გამოეხმაურა cor-el

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)

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!

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