Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can I export "Top Sites" in FF and import on another PC?

more options

Hello!

I am changing PCs and I want to export "Top Sites" in FF from the old one and import them on the new. Is this possible or do I have to add them again one by one?

Not bookmarks! I know how to do that but can not find anything about such a feature for "Top Sites".

THX!

Hello! I am changing PCs and I want to export "Top Sites" in FF from the old one and import them on the new. Is this possible or do I have to add them again one by one? Not bookmarks! I know how to do that but can not find anything about such a feature for "Top Sites". THX!

Chosen solution

Top Sites are normally created from the history (recent visits with highest frecency) and that would require places.sqlite (bookmarks and history). Top Sites you pinned are stored as a pref in prefs.js and can easily be moved by copying the corresponding line to prefs.js in the other computer. It is best not to copy the full prefs.js, but only copy lines of prefs that you want to keep. The browser.newtabpage.pinned pref stores websites that you have pinned to a tile.

See also:

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

Top Sites are normally created from the history (recent visits with highest frecency) and that would require places.sqlite (bookmarks and history). Top Sites you pinned are stored as a pref in prefs.js and can easily be moved by copying the corresponding line to prefs.js in the other computer. It is best not to copy the full prefs.js, but only copy lines of prefs that you want to keep. The browser.newtabpage.pinned pref stores websites that you have pinned to a tile.

See also:

Modified by cor-el

more options

Perfect. Thank you!