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 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

combine saved bookmarks (.html files) and sort bookmarks

more options

Hey, quick questions. FYI on macbook.

(1) I have a few .html files with bookmarks saved, is there any way to combine these into 1 giant .html file with all my bookmarks? Either combine the files or upload each bookmark file into one big file?

(2) An example of a bookmark of mines is: "Amazon.com: A Dictionary of Modern English Usage (Oxford Language Classics Series)…

   Amazon.com: A Dictionary of Modern English Usage (Oxford Language Classics Series) (9780198605065): Henry Fowler, Simon Winchester: Books "

The first line is a click-able link (i.e. the website i bookmarked), the second is some description added by firefox. Is there any way to sort bookmarks (alphabetically or any other way)?

(3) Is there any way to delete the second line, so my .html shows just clickable links and not firefox descriptions (makes it look cluttered)

Thanks!

Hey, quick questions. FYI on macbook. (1) I have a few .html files with bookmarks saved, is there any way to combine these into 1 giant .html file with all my bookmarks? Either combine the files or upload each bookmark file into one big file? (2) An example of a bookmark of mines is: "Amazon.com: A Dictionary of Modern English Usage (Oxford Language Classics Series)… Amazon.com: A Dictionary of Modern English Usage (Oxford Language Classics Series) (9780198605065): Henry Fowler, Simon Winchester: Books " The first line is a click-able link (i.e. the website i bookmarked), the second is some description added by firefox. Is there any way to sort bookmarks (alphabetically or any other way)? (3) Is there any way to delete the second line, so my .html shows just clickable links and not firefox descriptions (makes it look cluttered) Thanks!

所有回覆 (1)

more options

(1) - import all those HTML bookmarks files into Firefox to merge those individual files

(2) - https://support.mozilla.org/en-US/kb/sort-bookmarks-quickly-find-ones-you-want#w_sorting-by-name

(3) - yes, that is possible by viewing the bookmarks.html file in Firefox and then running a bookmarklet to remove that data - save this code as a bookmarklet, and click on it to strip the code -- see if this strips enough for your satisfaction

javascript:(function(){var%20a='ID,ICON,ICON_URI,LAST_CHARSET,LAST_MODIFIED,LAST_VISIT,ADD_DATE,PERSONAL_TOOLBAR_FOLDER,SHORTCUTURL,WEB_PANEL',A,d=document,e=d.getElementsByTagName('*'),E,i,j,k=0,L=0;if(a=prompt(a.split(',').join('\n'),a)){a=a.split(',');for(i=0;E=e[i];i++){for(j=0;A=a[j];j++){E.removeAttribute(A)};if(E.nodeName=='A'){k++}}}e=d.getElementsByTagName('DD');if((L=e.length)&&(confirm('Remove%20'+L+'%20description(s)?'))){for(i=L-1;i>=0;i--){e[i].parentNode.removeChild(e[i])}}else{L=0}alert('Cleanup%20Complete%20-%20Save%20as%20Web%20Page,%20Complete\n\n'+k+'%20bookmarks\n'+L+'%20descriptions%20')})();

If you aren't familiar with "bookmarklets", here is some background info.
http://www.webreference.com/js/column35/index.html
http://www.bookmarklets.com/about/