Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Import bookmarks from html not working (YES, I know it really IS an html file and not JSON)

  • 4 trả lời
  • 3 gặp vấn đề này
  • 223 lượt xem
  • Trả lời mới nhất được viết bởi CECat

more options

My objective is to make a global edit to the bookmarks in one folder. To do so, I exported to an HTML file, opened that file in Notepad, deleted all the other bookmarks, and did a search-and-replace to correct the ones I was trying to fix. Saved the file and attempted to import into Firefox. I *can* open the file and see the links, and I can use Import and Backup to get to the file and select it for import. However, after that, NOTHING happens.

My objective is to make a global edit to the bookmarks in one folder. To do so, I exported to an HTML file, opened that file in Notepad, deleted all the other bookmarks, and did a search-and-replace to correct the ones I was trying to fix. Saved the file and attempted to import into Firefox. I *can* open the file and see the links, and I can use Import and Backup to get to the file and select it for import. However, after that, NOTHING happens.

Giải pháp được chọn

Did you at least leave the global folder structure in the file?

<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
     It will be read and overwritten.
     DO NOT EDIT! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks Menu</H1>
<DL><p>
 (bookmarks)
</DL><p>

Where did you look for those bookmarks?
Did you do a search?

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (4)

more options

Giải pháp được chọn

Did you at least leave the global folder structure in the file?

<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
     It will be read and overwritten.
     DO NOT EDIT! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks Menu</H1>
<DL><p>
 (bookmarks)
</DL><p>

Where did you look for those bookmarks?
Did you do a search?

more options

Yes, did leave the structure. Looked everywhere and did do a search. Definitely not there.

more options

Can you post part of that file to see how it looks?

The file does have a .html file extension?

Does the file work if you open it in a Firefox tab?

more options

Yes, does have .html extension and does work if opened in a tab. However, I just discovered that there was a missing > which proved to be the issue. Once that was corrected, the import worked as it should.

Thanks! Your questions made me look again more closely -- I had overlooked that error MANY times earlier. :)