cubicbyte / reddit-account-generator

Automatically generate reddit accounts
MIT License
62 stars 13 forks source link

Change browser fingerprinting after each account creation #26

Closed ghost closed 9 months ago

ghost commented 9 months ago

I want to Change browser fingerprinting after each account creation.

This is to avoid Reddit detecting multiple accounts registered on the same browser.

According to my research, puppeteer can change browser fingerprinting.

cubicbyte commented 9 months ago

First, I would advise you to learn what a browser fingerprint is.

In brief, it is formed from user agent, cookies, probably IP and other things. All of these things are changing after each account, so the fingerprint itself can't be created.