const pluginOptions = {
launchOptions: {
headless: false,
channel: 'chrome',
},
};
const playwrightPlugin = new PlaywrightPlugin(playwright.chromium, pluginOptions);
const fingerprintGenerator = new FingerprintGenerator({
devices: ['desktop'],
browsers: [{ name: 'chrome', minVersion: 100, maxVersion: 100 }],
operatingSystems: ['macos'],
});
{
fingerprint: {
screen: {
availHeight: 875,
availWidth: 1440,
pixelDepth: 24,
height: 900,
width: 1440,
availTop: 25,
availLeft: 0,
colorDepth: 24,
innerHeight: 0,
outerHeight: 858,
outerWidth: 1284,
innerWidth: 0,
screenX: 0,
pageXOffset: 0,
pageYOffset: 0,
devicePixelRatio: 2,
clientWidth: 0,
clientHeight: 0,
hasHDR: false
},
navigator: {
userAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36',
userAgentData: [Object],
language: 'en-US',
languages: [Array],
platform: 'MacIntel',
deviceMemory: 8,
hardwareConcurrency: 8,
maxTouchPoints: 0,
product: 'Gecko',
productSub: '20030107',
vendor: 'Google Inc.',
vendorSub: null,
doNotTrack: null,
appCodeName: 'Mozilla',
appName: 'Netscape',
appVersion: '5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36',
oscpu: null,
extraProperties: [Object],
webdriver: false
},
audioCodecs: {
ogg: 'probably',
mp3: 'probably',
wav: 'probably',
m4a: 'maybe',
aac: 'probably'
},
videoCodecs: { ogg: 'probably', h264: 'probably', webm: 'probably' },
pluginsData: { plugins: [Array], mimeTypes: [Array] },
battery: {
charging: false,
chargingTime: null,
dischargingTime: 36660,
level: 0.88
},
videoCard: {
vendor: 'Google Inc. (ATI Technologies Inc.)',
renderer: 'ANGLE (ATI Technologies Inc., AMD Radeon Pro 455 OpenGL Engine, OpenGL 4.1)'
},
multimediaDevices: { speakers: [Array], micros: [Array], webcams: [Array] },
fonts: []
},
headers: {
'sec-ch-ua': '" Not A;Brand";v="99", "Chromium";v="100", "Google Chrome";v="100"',
'sec-ch-ua-mobile': '?0',
'upgrade-insecure-requests': '1',
'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36',
accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
'sec-fetch-site': 'same-site',
'sec-fetch-mode': 'navigate',
'sec-fetch-user': '?1',
'sec-fetch-dest': 'document',
'accept-encoding': 'gzip, deflate, br',
'accept-language': 'en-US'
}
}
Describe the bug
When i use Fingerprint Injector with fingerprint below and test in pixelscan.net but it show "Very likely you are masking your fingerprint."
To Reproduce
Use this optin with fingerprintGenerator and test pixelscan.net
Expected behavior
Pass test in pixcelscan
System information:
I use FingerprintGenerator
Additional context
Test other config but same result
Tks team