为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

after refreshing fire fox how do i restore my old new tab pins?

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

more options

i refreshed firefox and it deleted my new tab pins. when i open a new tab it shows the 15 sites i can click on but i dont remember all the ones i saved and i want to restore them or find out what they were again. i restored my old add ons by using the old firefox data folder on the desktop but i cant figure out if my old new tab pins are stored there too. if so can i just copy it back to the new profile?

i refreshed firefox and it deleted my new tab pins. when i open a new tab it shows the 15 sites i can click on but i dont remember all the ones i saved and i want to restore them or find out what they were again. i restored my old add ons by using the old firefox data folder on the desktop but i cant figure out if my old new tab pins are stored there too. if so can i just copy it back to the new profile?

所有回复 (5)

more options
more options

FredMcD said

Look on your desktop. Do you see a folder called; Old Firefox? https://support.mozilla.org/en-US/kb/recovering-important-data-from-an-old-profile https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles

Yes i have that folder on my desktop.

more options

You need the sessionstore.js file that stores currently open tabs and pinned tabs.

You can use this button to go to the current Firefox profile folder:

more options

that didnt work

more options

Do you mean pages that you have pinned to the about:newtab page?

The tiles on the about:newtab page show the most visited websites by default. To restore tiles that you have pinned yourself you need to check the prefs.js file in the "Old Firefox Data" folder on the desktop and look for the pref(s) that store tiles that you have pinned.

Changes made manually on the about:newtab page are stored in prefs that you can find on the about:config page.

  • browser.newtabpage.pinned stores websites that you have pinned to a tile.
  • browser.newtabpage.blocked stores websites that you have removed by clicking the X button in a tile.

You can copy the line with browser.newtabpage.pinned to the prefs.js file in the current profile folder.

user_pref("browser.newtabpage.pinned", "[<pinned pages>]");