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
940 stars 79 forks source link

Add option to keep tabs restored via chrome's saved tab groups discarded when group is restored #397

Open TheOverpassArsonist opened 1 month ago

TheOverpassArsonist commented 1 month ago

On Brave v1.70.126 with W11, when restoring a group all of the tabs in that group automatically un-discard simultaneously, which can lead to rate limiting (503) errors on many websites if you have enough tabs from the same website open in that group. (as far as I'm aware, this is a fundamental issue with how chrome/chromium tries to restore tab groups. By default it seems to restore them all at once, which leads to rate limiting issues) If there was an option to keep tabs discarded upon restoring the group however then (I think) that would prevent this from being an issue unless you manually tried to un-suspend all of the tabs at once.