Yuka MORI
Yuka MORI
@igvk What is your Firefox version, and the OS used?
Thanks for information. It might be that Firefox's UA override feature for extensions has changed since our last release. I'll test for that later this week.
My testing on macOS shows user-agent spoofing working properly. Testing for Windows next.
this seems some kind of race condition... At most times spoofing succeeds, but if the page loads before the initialization is done, spoofing loses.
Copying cookies and bringing them around, is technically possible and partially implemented for the "copy cookies from" option during container creation. Though fully cloning sessions is not possible, because there...
I'd like to implement this in the next iteration of frontend rewrite for version 13.0.0.
[about memory (live measurement).pdf](https://github.com/menhera-org/TabArray/files/10978978/about.memory.live.measurement.pdf) Memory mesurement for 11.6.0.
Here no visible memory leaks are observed.
For a permanent and fundamental solution, we are moving to a nonpersistent background page.
Fixed possible sources for memory leaks in language overrides codes.