搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to set the home page to show 'my' pins only, not automatically adding recent visits

  • 1 个回答
  • 0 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

Newbie question: today I started out using Firefox, so bear with me.

I am trying to set the Firefox Home page to display a limited number of 'pins'. Did manage to get them there, but some other pins are automatically added (based on recent visits I suppose?) So I have 8 pins, 3 I don't want. When dismissing, I get other links instead.

Maybe this is by design and can not be changed.

Vainly search for a way to have only the few pins, that I want, show there, nothing else.

Thanks!

Newbie question: today I started out using Firefox, so bear with me. I am trying to set the Firefox Home page to display a limited number of 'pins'. Did manage to get them there, but some other pins are automatically added (based on recent visits I suppose?) So I have 8 pins, 3 I don't want. When dismissing, I get other links instead. Maybe this is by design and can not be changed. Vainly search for a way to have only the few pins, that I want, show there, nothing else. Thanks!

被采纳的解决方案

You will have to fill all eight tiles or a row with pinned websites to prevent Firefox from filling them with history visits as you can only set the number of rows.


You can possibly edit browser.newtabpage.pinned on the about:config page and extend your pinned tabs (replace 'null' entries) with about:blank?X entries: {"url":"about:blank?1"}. 'null' entries are filled by Firefox. Make sure to keep the enclosing '[]' as this is an array.

[{"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"}]
定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

You will have to fill all eight tiles or a row with pinned websites to prevent Firefox from filling them with history visits as you can only set the number of rows.


You can possibly edit browser.newtabpage.pinned on the about:config page and extend your pinned tabs (replace 'null' entries) with about:blank?X entries: {"url":"about:blank?1"}. 'null' entries are filled by Firefox. Make sure to keep the enclosing '[]' as this is an array.

[{"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"}]