Well, you need to get your userAgent and browser version to match. CreepJS shows that you have v109 userAgent running in Chrome 114, so you need to set userAgent to version 114.
Though I am not familiar with other errors, it states that you have something bad going on with canvas and client rects
I'm having a rendering problem with special characters (like "𝓔, 🅔") on the Mobile/Android fingerprint.
-
I don't quite understand what you mean. Could you please explain in more detail what you're talking about? What exactly are you doing and what do you want to achieve?
-
@m4zuper
I'm using a bot that creates Instagram accounts by pulling names from a .txt file. When the bot types names that include special characters (like “𝓔” or “🅔”) while using a mobile/Android fingerprint, those characters appear as blank squares (□) instead of displaying correctly. -
@ensdmrlq yeah really, bas is transforming them, the solution is that you need to save it to new variable(if you using resource), and then use execute javascript on element, like
document.querySelector("#APjFqb").value = [[NEW_VARIABLE]]where #APjFqb was CSS selector, you can use devtools to copy js selector correctly
