@thanhvodad In fact, the mobile browser cannot run the extension.
Therefore, using an extension for mobile fingerprints carries a high risk, you may be detected that you are spoofing.
So maybe this is the reason the developer turned it off.
I think there will be trick to enable it, but I recommend not using the extension when using mobile fingerprint.
i am working on loop with multi-thread all loop using same data please help!!!
-
Please describe your issue in more detail
-
I want to create multiple google accounts, so I have a text file with usernames, passwords, emails, etc.
Using 1 thread with loop(foreach) and list, it works fine, changing the data on every loop like 1 2 3, etc.
However, if I use multiple threads, for example, thread 1, thread 2, thread 3, thread 4, etc., it will work like on the same username, password, and email.The Thread uses Resources, but the Loop only works with lists data.