Undetectable Playwright

LADA

Junior Member
Joined
May 28, 2024
Messages
154
Reaction score
48
I have script, written at JavaScript, which automatically registers Reddit Accounts. Besides fingerprints and proxy ( already using antidetect browser AdsPower ) , how can I fully make it undetectable ?

Mouse movements, probably.. What else can I consider?
 
Help will be much appreciated!
 
https://www.npmjs.com/package/fingerprint-injector

Use this package to inject random fingerprints into Your browser

Use firefox (less detectable than common chrome)

+ disable webrtc in browser starting flags, it will prevent ip leak in some cases


Then test Your browser on some bot/fingerprint checker websites If something is bad
Average user doesn't disable webrtc so that behaviour is suspicious for websites.
How do undetectable browsers mask ip? Dolphin doesn't disable webrtc but ip is covered.
 
disabling anything is not a proper solution instead try to randomize the parameters suitable to each other. short but very important tip.
 
and also look after some alternate readymade automation frameworks. go for paid ones not free or opensource.
 
Consider adding randomization for screen resolution, time delays, user-agent switching, and HTTP header modifications.
 
Back
Top