
How do I get a printout of my Bookmark's web addresses?
I want a list of the web addresses of my Bookmarks. I would like to make a printout of them for safe keeping
Všechny odpovědi (4)
You can export the bookmarks to an HTML file to get a backup copy of the bookmarks or print that file by opening that HTML file in Firefox via File > Open File (see /questions/748417)
See:
Unfortunately by default when you print bookmarks in Firefox it doesnt display the addresses, Here is the workaround:
1. in Firefox click Bookmarks, then show all bookmarks. when they come up, click on bookmarks menu on left, in right hand pane right click below Firefox default folder and click new bookmark.
2. next you must copy the following JavaScript code and paste into location box:
javascript:(function(){var d=document,sS='a[href^="http://"]:after, a[href^="https://"]:after {content:"<" attr(href) ">";padding:0 0 0 1em;} a[href] {text-decoration:none;}',nS=d.createElement('STYLE');nS.setAttribute('type','text/css');nS.innerHTML=unescape(sS);d.getElementsByTagName('head')[0].appendChild(nS);})();
3. Name the bookmark Show addresses,
4. next export your Firefox bookmarks as HTML to desktop. easiest to move it to lower right hand corner of desktop.
5 Shape Firefox so you can still see the bookmarks.html file icon in lower right corner of desktop, drop the bookmarks.html file into Firefox.
6 click the Show addresses link in the page that comes up.
7. your addresses should now be visible, HAPPY DAY!!
8.File, print, from Firefox to do your print..
Upravil uživatel SubZerQQ dne
See also /questions/748417
This is a great tool!
How can I have it print the Description block of the Bookmark?