-
Hi, I've been using CTG for a while now, and I cannot use Fx without. I have it in both profiles, one for Firefox stable and one for Firefox Nightly. On Nightly, where you can show extension buttons in the browser toolbars, there is an button that links directly to CTG and shows a nice little arrangement of vertically aligned dots with a number showing total number of tabs across all the containers. In Stable, it is not there. Furthermore, I've compared the two profiles side by side, and not only are the CTG settings the same, but virtually all Firefox Nightly and Firefox Stable settings are the same (I say virtually all, because Nightly does have the Experiments which Stable doesn't have, so those are the only things really different between the two profiles). I'd like this on Stable as well - any idea what I'm missing? Is it perhaps a setting in About:config that I need to enable? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I suspect that this is affected by some A/B testing inside Firefox. Have you recently reinstalled/cleaned up profiles in stable? Normally, extension buttons need to be added to toolbar/tabbar manually by the user in recent Firefox releases, and the extension manually opting in to place the button in the tab bar has worked around this restriction, but this may have been changed (at least for some users). |
Beta Was this translation helpful? Give feedback.
-
In comparing extensions.json, I see one difference: Stable profile: Nightly profile: That signedTypes value is not present in the Stable profile. Does this have anything to do with it being Nightly, and thus having looser restrictions wrt potentially blocked extensions that you can easily allow in Nightly? I then took a look at pref.js (the one you're not supposed to manually edit). Stable:
Nightly:
Finally, I decided to bite the bullet and unpin it from Nightly toolbar, and it then shows up in the puzzle piece: However, it is neither pinned nor showing in the puzzle piece in Stable: And yet the pref.js makes reference to it, seemingly in a different (UI) location: Stable: Nightly: I suspect that this may be a holdover from this profile being recycled countless times from previous Fx versions? I know that technically it says I should not be manually editing prefs.js, but in this case, do you think it would be worthwhile for me to experiment and do exactly that - move the reference for CTG from the As a matter of fact, I'm going to try it. Of course, I'll be sure to make backups, and to make sure Firefox is fully closed on my system before editing the file, but I am curious as to why this may be appearing in different sections in the different profiles. Since I'll have the prefs.js files backed up in a completely different folder, I'll be able to restore it if Firefox goes stupid on me. |
Beta Was this translation helpful? Give feedback.
In comparing extensions.json, I see one difference:
Stable profile:
"signedState":2,"signedDate":1688711119000,
Nightly profile:
"signedState":2,"signedTypes":[2,0],"signedDate":1688711119000,
That signedTypes value is not present in the Stable profile. Does this have anything to do with it being Nightly, and thus having looser restrictions wrt potentially blocked extensions that you can easily allow in Nightly?
I then took a look at pref.js (the one you're not supposed to manually edit).
Stable: