@kudokaneki said in could i get fingerprint of my own browser and system?:
Hello, you sent me a message, but I cannot send you a message because I do not have points, please leave your telegram address.
Who are you talking to?
const { plugin } = require('browser-with-fingerprints');
const browser = await plugin.launch({
// The syntax for specifying an argument value
// is exactly the same as for using a separate method.
args: ['--proxy-server="my proxy service url and port"],
});
@bfs @leethan please check solution here:
https://github.com/CheshireCaat/puppeteer-with-fingerprints/issues/119