bwinton / TabCenter

Firefox add-on for arranging tabs vertically
https://testpilot.firefox.com/experiments/tab-center
210 stars 56 forks source link

Feature Request: Add some kind of highlighting option or other ui indicator for tabs that aren't loaded. #822

Open Shickmo opened 7 years ago

Shickmo commented 7 years ago

So my thought was when tabs are loaded or your opening the browser and have a bunch of tabs load from the last session it would be nice to have some kind of ui queue, color or configurable option, to signify a tab or tabs are not currently loaded. That way I will know upon click it will take a moment to load.

Thanks for your consideration.

ChrisW-B commented 7 years ago

If you have stylish, this script will fade unloaded tabs, and it works great with tabcenter!

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.tabbrowser-tab[pending], .alltabs-item[pending] { transition:opacity .2s ease-in-out; opacity: 0.4 !important; }
.tabbrowser-tab[pending]:hover, .alltabs-item[pending]:hover { opacity:1 !important; }
Shickmo commented 7 years ago

This seems to have worked but would be rather nice if this was just integrated into tab center as an option of some kind.