puppeteer-with-fingerprints
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,3 +7,3 @@ { | ||
"author": "CheshireCaat", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "bugs": { |
@@ -264,9 +264,7 @@ # puppeteer-with-fingerprints | ||
const fingerprint = await plugin.fetch('', { tags: ['Microsoft Windows', 'Chrome'] }); | ||
const fingerprint = await plugin.fetch('', { | ||
tags: ['Microsoft Windows', 'Chrome'], | ||
}); | ||
const browser = await plugin.useProxy('127.0.0.1:8080').useFingerprint(fingerprint).launch({ | ||
headless: true, | ||
timeout: 0, | ||
args: [], | ||
}); | ||
plugin.useProxy('127.0.0.1:8080').useFingerprint(fingerprint); | ||
``` | ||
@@ -430,3 +428,3 @@ | ||
// This method is required, must return the same | ||
// type and take the same parameters as the builtin. | ||
// type and take the same parameters as the built-in. | ||
launch: (options) => puppeteer.launch(options), | ||
@@ -433,0 +431,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41815
584