rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs
https://webextension.org/listing/tab-discard.html
Mozilla Public License 2.0
920 stars 79 forks source link

Avoid releasing tabs when the active tab is closed #333

Open Teko101 opened 1 year ago

Teko101 commented 1 year ago

Hi, would you plz add an option to avoid loading tabs when the active tab is closed? Instead of releasing the next discarded tab, let the extension jumps to the nearest active tab (the same way when you discard an active tab)

UnloadTabs supports this feature, but it lacks many other options that auto-tab-discard have. It would be great if you can add this option.

Greetings :)