NiklasGollenstede / unload-tabs

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

Bug: Unload other tabs doesn't unload pinned tabs #45

Closed Ambiwlans closed 1 year ago

Ambiwlans commented 1 year ago

Probably not a hard fix. Manually right clicking a pin and unloading it works. I guess they are kept in a separate list

NiklasGollenstede commented 1 year ago

That is actually by design. By default, Firefox also treats pinned tabs differently: (when restoring a session) they are loaded directly upon startup, while al other tabs are loaded on demand (i.e. remain "unloaded").

If you invoke "Unload Other Tabs" on a pinned tab though, it will unload all tabs, including pinned ones (excluding the currently active tab and the one targeted by the context menu).