combine saved bookmarks (.html files) and sort bookmarks
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!
All Replies (1)
(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/