NiklasGollenstede / unload-tabs

WebExtension that unloads tabs and prevents tabs from loading
https://addons.mozilla.org/addon/unload-tabs/
Mozilla Public License 2.0
74 stars 13 forks source link

Feature Request: Stand out unloaded tabs #43

Closed nadapez closed 1 year ago

nadapez commented 2 years ago
  1. It would be nice to show in tab bar which are unloaded by changing the color of the tab
NiklasGollenstede commented 1 year ago

Doing that from an extension used to be pretty much impossible (not sure whether that ever changed).

There is a small CSS-snippet in https://github.com/NiklasGollenstede/unload-tabs/blob/master/dim-unloaded-tabs.css that can be added to the chrome/user.chrome.css. (Googling user.chrome.css will give you better instructions than I could type here. If in doubt, at the while content of the file.)

NiklasGollenstede commented 1 year ago

Also, sorry for not replying earlier, must have forgotten ...