Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

PRINT ALL BOOKMARKS WITH THE URLS

  • 1 odpowiedź
  • 1 osoba ma ten problem
  • 6 wyświetleń
  • Ostatnia odpowiedź od Wesley Branton

more options

HOW DO I PRINT ALL BOOKMARKS WITH THE URLS

HOW DO I PRINT ALL BOOKMARKS WITH THE URLS

Wszystkie odpowiedzi (1)

more options

There's no builtin feature that allows you to print bookmarks, but it can be done.

If you export your bookmarks to an HTML file, you can open that in Firefox like a regular website.

If you want to see the URLs on the page, you can press F12 on the keyboard when the page is open, select the console tab and paste the following code into the textbox next to the >> symbol:

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);

Then you can just print it like a normal website page.