How to auto turn urls to hyperlink texts with fetched titles

NedCugg

Newbie
Joined
Jul 17, 2021
Messages
20
Reaction score
6
Hello. What is an efficient way to turn a list of urls to auto titled hyper links?

For example, this process happens when I bookmark a url/page on Firefox. If I copy that bookmark from the list, the domain would turn into a Hyper link text with auto fetched title.
For example, if I bookmark this url
https://www.livejournal.com/
And than copy it from my bookmarks list, it is turned into this
<p><a href="https://www.livejournal.com/">LiveJournal: Discover global communities of bloggers who share your unique passions and interests.</a></p>

Pasted on rich text areas, like a simple Gmail message, it turns into a long text hyperlink (clickable) - "LiveJournal: Discover global communities of bloggers who share your unique passions and interests.". (Imagine that this entire line is a clickable link leading to the webpage).


How can I repeat this automatic process without having to bookmark each link on firefox? Like paste a list of links, and turn them to this auto fetched titled hyperlink in one click...
 
Back
Top