সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

আরও জানুন

Want to print Bookmarks with its URL

  • 3 উত্তরসমূহ
  • 5 এই সমস্যাটি আছে
  • 3 দেখুন
  • শেষ জবাব দ্বারা cor-el

more options

I would like to print out my list of Bookmarks with the URL for each one.

I would like to print out my list of Bookmarks with the URL for each one.

সমাধান চয়ন করুন

See also:

If you want to print with indention then you can edit the HTML file and add this code just between the line with the meta tag and the title tag.

<style>
 dl > dt > dl { display: block; -moz-margin-start: 40px; }
 dl > dt > dl { margin-left:40px; }
</style>
প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 1

All Replies (3)

more options

Save this code as a Bookmarklet.
https://support.mozilla.org/en-US/kb/bookmarklets-perform-common-web-page-tasks

 javascript:(function(){var%20e=document.getElementsByTagName('a');for(var%20i=0;i<e.length;i++)e[i].innerHTML+=':%20'+e[i];})(); 

Export your bookmarks in HTML format.
https://support.mozilla.org/en-US/kb/export-firefox-bookmarks-to-backup-or-transfer

Then open that bookmarks.html file in Firefox, and run that bookmarklet.

Print that "page".

more options

The Bookmarks appeared in the 'html' file just as described - however I would like to also print out the associated URL. Is this possible?

more options

চয়ন করা সমাধান

See also:

If you want to print with indention then you can edit the HTML file and add this code just between the line with the meta tag and the title tag.

<style>
 dl > dt > dl { display: block; -moz-margin-start: 40px; }
 dl > dt > dl { margin-left:40px; }
</style>

cor-el দ্বারা পরিমিত