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

搜索 | 用户支持

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

详细了解

Importing Bookmarks from Safari - Folders Don't Appear

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

more options

Hello All:

I want to import my bookmarks from Safari to Firefox but strange things are happening.

I go to the File menu, scroll down to "Import From Another Browser" and select "Safari."

I click OK and Firefox works for a while and then says it's done with the import.

However, when I then go to "Manage Bookmarks" in Firefox I can't find any of the folders from Safari!

The weird thing is, those bookmarks are SOMEWHERE in Firefox, because when I search for a particular bookmark which I know was originally in Safari but NOT Firefox (some rather obscure website) IT DOES APPEAR IN THE FIREFOX SEARCH!

I've done this with about 10 websites, so I know they exist somewhere in Firefox.

But none of the folders where they originally resided in Safari seem to appear in Firefox. The only way I seem to be able to access those bookmarks is to go to the Search bar and search for them.

Does anyone have any thoughts about how I can find the folders imported from Safari?

Thanks!

Hello All: I want to import my bookmarks from Safari to Firefox but strange things are happening. I go to the File menu, scroll down to "Import From Another Browser" and select "Safari." I click OK and Firefox works for a while and then says it's done with the import. However, when I then go to "Manage Bookmarks" in Firefox I can't find any of the folders from Safari! The weird thing is, those bookmarks are SOMEWHERE in Firefox, because when I search for a particular bookmark which I know was originally in Safari but NOT Firefox (some rather obscure website) IT DOES APPEAR IN THE FIREFOX SEARCH! I've done this with about 10 websites, so I know they exist somewhere in Firefox. But none of the folders where they originally resided in Safari seem to appear in Firefox. The only way I seem to be able to access those bookmarks is to go to the Search bar and search for them. Does anyone have any thoughts about how I can find the folders imported from Safari? Thanks!

所有回复 (1)

more options

We have seen cases where the bookmarks HTML backup isn't compatible.

You can open the HTML file in TextEdit and remove all FOLDED attributes in the H3 tags (leave the H3 tags): <H3 FOLDED> should be <H3>. Example: <DT><H3 FOLDED>Bookmarks Bar</H3> -> <DT><H3>Bookmarks Bar</H3>

由cor-el于修改