You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom tabs for grouping (ext+treestyletab:group) are available again on Firefox 150+ which never supports injecting of scripts to addon-hosted contents due to the bug 2011234. See #2356 in Sidebery for more details of affections of the bug.
Fix wrong order of header and counter items for collapsed native tab groups after native groups are moved. (regression on 4.2.10)
Stabilize tree restorations based on tree information stored to each tab (by tkng, thanks!)
Don't leave phantom group and collapsed members counter after a collapsed native group is closed.
Keep tree structure on detaching all children on some situations (including #3858 by tkng, thanks!)
Suppress confirmation about closing multiple tabs if the number of closing tabs are smaller than the threashold 25 (same to the default value of browser.sessionstore.max_tabs_undo. If you changed it, please synchronize the threashold to the value of the option) like Firefox does, even if the confirmation is enabled. (by tkng, thanks!)