qzb / dustman

🗑 Firefox extension for closing tabs you no longer need
https://addons.mozilla.org/addon/dustman
Other
32 stars 7 forks source link

Indicate that tab will be closed soon #14

Open qzb opened 8 years ago

qzb commented 8 years ago

When tab is about to close it's favicon should be changed.

Sanqui commented 8 years ago

Alternatively, the title text could grey out. AutoClose Tabs did this.

qzb commented 8 years ago

Sounds like a good idea, but it's not future proof. It can be achieved only with API which will be deprecated soon.

luckydonald commented 8 years ago

Having a counter updating in the title? But that feels way too retro (even aesthetic)

luckydonald commented 8 years ago

Seeing other plugins, a common way to display status is the favicon: image TabMixPlus attaches little icons to the icon of the webpage, TileTab uses colored borders. Also I believe animated icons (gif?) can be displayed.

qzb commented 8 years ago

Yep, I am thinking about something like this. It could be tricky to achieve but it will be looking nice and should be future proof.

mafjmafj commented 5 years ago

once we got this ... make actual closing optional... I would be ok closing tabs myself an indication I did not use one for a while would be great help.

luckydonald commented 5 years ago

@mafjmafj that should be a separate issue.

luckydonald commented 5 years ago

Not sure, can add-ons use a canvas while not being in the foreground? There are functions to draw a given image onto a canvas, and also functions to get the full content of the canvas as data: url.