auto-tab-discard icon indicating copy to clipboard operation
auto-tab-discard copied to clipboard

Change favicon of tabs that are "kept"

Open nkakouros opened this issue 2 years ago • 3 comments

When you select a tab to be kept and not be discarded (by right clicking on the tab), it would be useful to show an icon on the website that showed the tab will not be discarded.

nkakouros avatar Dec 10 '21 23:12 nkakouros

Unfortunately, there is no API to visually change the tab's appearance. Since the tab is active, we cannot even alter its title since the website might want to use the title itself. I'll keep this open for suggestions.

rNeomy avatar Dec 12 '21 05:12 rNeomy

I see. How is the zzz icon added to discarded tabs?

nkakouros avatar Dec 12 '21 12:12 nkakouros

We inject a JS code just before it gets discarded to prepend a custom string to the tab's title. This is okay since, in the discarded state, there is no page code running. Hence updating the title is not interfering with the tab's code.

rNeomy avatar Dec 13 '21 06:12 rNeomy