
how to view url hovering above tab with mouse point?
I would like to be able to mouse point on a tab and view the full url hovering above?
Now I see a brief text description of the page but the option to view the url would often be more informative.
Thanks much in advance!
Cheers.
Krejt Përgjigjet (4)
Sorry... Windows 7 and FF 26.0. Thanks.
This "brief description" is the page's title. I have never heard of it displaying the url as well. And searching for "tab", "title" and "hover" on about:config didn't show any option that could possibly do that.
Ndryshuar
Thanks, sorry "page title".
I am amazed at the creativity of Firefox. Maybe my desire to see the url without opening the page is rare? I would still be surprised if it was not possible... addon? My search of addons revealed a number of powerful tools, but IMHO, a few with less useful information than the urls!
Ndryshuar
That won't be easy to do because the tabs (tabs#tabbrowser-tabs > tab) only have a label attribute and not the URL of the page this is opened in the tab, only a link to the tab panel with the web page content (linkedpanel="panel-x-x"). Those linked tab panels that have the website content are located elsewhere in the DOM.