TabCenter icon indicating copy to clipboard operation
TabCenter copied to clipboard

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

Open Shickmo opened this issue 8 years ago • 2 comments

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.

Shickmo avatar Nov 30 '16 18:11 Shickmo

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; }

ChrisW-B avatar Dec 01 '16 15:12 ChrisW-B

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

Shickmo avatar Dec 01 '16 16:12 Shickmo