aghorler / LoadTabOnSelect

Load newly-opened background tabs in Firefox on selection, rather than automatically in the background.
Apache License 2.0
13 stars 4 forks source link

Please keep favicon and title of unloaded tabs #5

Open me21 opened 6 years ago

me21 commented 6 years ago

This would make it easier to navigate around them.

aghorler commented 6 years ago

I worked on this during initial development, but it was difficult because the page needs be be loaded (the favicon, specially) before it can be stored by the extension.

There are some other issues with the extension. Eventually, I'll look into all of them (and reattempt this).

Thanks.

wangweij commented 6 years ago

Maybe showing the linked text or URL in the title is better?

aghorler commented 6 years ago

The URL was shown is earlier versions of Firefox.

The title was difficult again because it required the page load.

ghost commented 5 years ago

Maybe for already opened links. Like for pages that has already opened and can be found in Browser History.

geminorum commented 5 years ago

on chrome (and maybe firefox) the browser itself calls to domain.com/favicon.ico even if there is no tag in the html head. suggesting not a new call but at least check the cache for this.