@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.
Is there a way to use multiple AND OR in bas?
-
@TryOn said in Is there a way to use multiple AND OR in bas?:
Is there a way to use multiple AND OR in bas in a statement?
ex [[VARIABLE]] == "val" AND [[VARIABLE2]] == "val2" AND [[VARIABLE3]] == "val3"
[[VARIABLE]] == "val" && [[VARIABLE2]] == "val2" && [[VARIABLE3]] == "val3" -
@Fox said in Is there a way to use multiple AND OR in bas?:
@TryOn said in Is there a way to use multiple AND OR in bas?:
Is there a way to use multiple AND OR in bas in a statement?
ex [[VARIABLE]] == "val" AND [[VARIABLE2]] == "val2" AND [[VARIABLE3]] == "val3"
[[VARIABLE]] == "val" && [[VARIABLE2]] == "val2" && [[VARIABLE3]] == "val3"Cool, thank you
How about OR , is it II ?