HTML header links to external references, how to display?
In HTML, in the head element, it is possible to specify links to external resources that are relevant to the current page. For example: <link rel="alternate" type="ap… (ketahui selanjutnya)
In HTML, in the head element, it is possible to specify links to external resources that are relevant to the current page. For example:
<link rel="alternate" type="application/pdf" href="mypage.pdf" title="My Page in PDF Format"> <link rel="license" href="copyright.html" title="Website License Information"> <link rel="next" href="page2.html">
Many years ago, I found an obscure setting that enabled a toolbar that would display all those document links directly in the browser. That was several computers ago, so I cannot look up the about:config setting that enabled the functionality, and my online searches have found nothing even remotely related to the subject.
What happened to that functionality? How can I turn it back on inside the latest version of Firefox?
Addendum: This functionality was not provided by any extension, add-on, or mod. It was implemented directly in the browser itself, downloaded vanilla and clean installed. It was enabled by directly editing the "about:config" page.
As for whether the cited links are intended for automated tools or not, here is the HTML standard itself:
And just in case somebody suggests this is somehow new or novel functionality, here it is described in the HTML standard published in 1997:
That "tool-bar with a drop-down menu of links" is almost exactly what Mozilla used to provide. I just want to know what happened to it.