搜索 | 用户支持

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

详细了解

combine saved bookmarks (.html files) and sort bookmarks

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

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/