xiaoxiaoflood / firefox-scripts

userChromeJS / autoconfig.js and extensions
Mozilla Public License 2.0
989 stars 85 forks source link

My Firefox Developer Edition 87.0b5 is not loading bootstrap addons right #70

Closed 117649 closed 3 years ago

117649 commented 3 years ago

I'm trying use multiple bootstrap addons and found that browser startup have a big chance been interrupt and hangs especially when having more than one addons enabled and restore a session. (most of the UI are loaded but not the tabs of restored session, tool bar button's menu, booksmark bar items) I'm using script loader for addons. And Tab Groups just not been loaded while browser start. Are you seeing any of this?

Addons: roomybookmarksredux TMP Tab-Groups

xiaoxiaoflood commented 3 years ago

I use all my 9 addons from this repo plus BackTrack Tab History, the session I restore daily has more than 200 tabs across 4 groups and I have no issues. DevEd 87.0b5.

So I guess the issue is in one of these addons you use, not in bootstrap loader.

117649 commented 3 years ago

https://github.com/onemen/TabMixPlus/issues/35#issuecomment-791212742 Fixed here.

But here I also encourage you to try out this new TMP and see if there is anything you like or find any issue.

xiaoxiaoflood commented 3 years ago

The few things from TMP I like, I get from other ways. But thank you and great work, it had a million users and it will be great to have it back.

Your addon that I'm really interested in is Tab Groups, I had it. But WebExtensions now supports tab groups too, so I don't know if there are any advantage in using the legacy version. I'm currently using Tiled Tab Groups. What prevents me from giving legacy Tab Groups a try is the lack of compatibility with Tree Style Tab (I need submenu "Move tab to group" when right-clicking a tab in TST).

117649 commented 3 years ago

I just like the full window group display UI so I bring it back, one thing I don't think there is a way web-ext can achieve same. AS for the TSB compatibility if it use original contextmenu of the tab there is a big chance that submenu is already there. If not I don't think there is much can be done on Tab Groups side.