Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

搜索 | 用户支持

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

详细了解

How to backup only bookmarks toolbar into a new profile--and not other items in the bookmarks menu?

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

more options

Hello: I'd like to create a new Firefox profile...i think this one is somewhat corrupted...I have way too many bookmarks gathered over years...I no longer need most of those

However, Ive used the Bookmarks Toolbar for my most important links, by simply dragging the URL onto that bookmarks toolbar...Those I *would* like to save onto my new profile

Question: Is there a way I can export-->import only the items on my current bookmarks toolbar, and somehow import all those so as to become the new bookmarks toolbar of that new profile?

Thank you eliuri

Firefox 69.0.1

Hello: I'd like to create a new Firefox profile...i think this one is somewhat corrupted...I have way too many bookmarks gathered over years...I no longer need most of those However, Ive used the Bookmarks Toolbar for my most important links, by simply dragging the URL onto that bookmarks toolbar...Those I *would* like to save onto my new profile Question: Is there a way I can export-->import only the items on my current bookmarks toolbar, and somehow import all those so as to become the new bookmarks toolbar of that new profile? Thank you eliuri Firefox 69.0.1

由eliuri于修改

所有回复 (2)

more options

Sorry, but its an all or nothing situation.

This is what you can do. Create a backup using the below instructions. Copy this backup file to the other system. Open the file in the browser and add whatever you want to the bookmarks.


Open the Bookmarks Manager; Press the Alt or F10 key to bring up the toolbar, and select Bookmarks. Hot key is <Control> (Mac=<Command>) <Shift> B.

Once the window is open, at the top of the page, press the button labeled Import and Backup. Select Export Bookmarks To HTML, and follow the prompts and save it to a HTML file. Copy the file to another computer/profile. Repeat the instructions above, BUT select Import Bookmarks From HTML.

https://support.mozilla.org/en-US/kb/restore-bookmarks-from-backup-or-move-them

https://support.mozilla.org/en-US/kb/recover-lost-or-missing-bookmarks

Mozilla search: Import {web link}

more options

You can create an HTML backup and edit this file to only keep the Bookmarks Toolbar folder.

Look for something like this attribute:

  • PERSONAL_TOOLBAR_FOLDER="true

Note that the Bookmarks Toolbar folder and the Other Bookmarks folder are sub folders of the Bookmarks Menu folder, so only remove the DT tags at the main level in this folder. You can check the result by opening the file in a Firefox tab and possibly check the page source for red warnings.

<H1>Bookmarks Menu</H1>
<DL><p>
 <DT><A HREF="url" >BOOKMARK</A>
 <DT><H3>FOLDER</H3>
  <DL><p>
   <DT><A HREF="url" >BOOKMARK</A>
  </DL><p>
 <DT><H3 PERSONAL_TOOLBAR_FOLDER="true" >Bookmarks Toolbar</H3>
  <DL><p>...</DL><p>
 <DT><H3 UNFILED_BOOKMARKS_FOLDER="true" >Other Bookmarks</H3>
  <DL><p>...</DL><p>
</DL><p>