-
Notifications
You must be signed in to change notification settings - Fork 14
Multi-Account Containers #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Arttii Not working for me, sorry... But thanks anyway, I'll try to fix it. Don't worry about authorship, I'll save your commits. |
@aminought Strange, I have been running it for the last few weeks. Thanks for taking a look and fixing it though! |
@Arttii It seems that script starts too fast, so the |
@Arttii Done. It would be nice if you could help me with the testing. |
@aminought Thanks for all the fixes! It seems to work pretty well, from just my general usage. The switching works great as well. I'll post here if I run into any bugs. Do you have any specific scenarios in mind? The only thing I noticed is that there is a largish gray border on the right side of the open Web Panel, but this might be an issue on my side. |
@Arttii I don't know, it seems that I've already tested and fixed the main scenarios, now I'm trying to find and fix some minor bugs. "a largish gray border" is unrelated to this pull request and I can't reproduce it, sorry. |
@Arttii By the way, I've added an option to customize the container indicator, check Sidebar Settings. |
Hi,
Thanks for the great script. I added the functionality to selected containers for new tabs and for existing ones as well. I did not have enough time to figure out how to reinit the entire WebPanel on container change, so changing a tab container after creation needs a restart currently.
The code is quite hacky, but it works and can be used as a jumping off point.
Additionally, I wanted to add notification tracking, but honestly, I could not find out which APIs FF uses to display the red change marker for a tab. Any ideas?
Fixes #24