puppeteer-extra icon indicating copy to clipboard operation
puppeteer-extra copied to clipboard

[Bug] Being detected by CreepJS?

Open dstampher opened this issue 2 years ago • 7 comments

Describe the bug

Ran a test using CreepJS, and they are able to detect my usage of this plugin (thus eliminating stealth).

image

Code Snippet

import puppeteer from "puppeteer-extra";
import stealthPlugin from "puppeteer-extra-plugin-stealth";

puppeteer.use(stealthPlugin());

(async () => {
  let browser = await puppeteer.launch({
    headless: false,
  });
  let page = await browser.newPage();
  await page.goto("https://abrahamjuliot.github.io/creepjs/");
})();

Versions

Unfortunately, the command npx envinfo@latest --system --binaries --npmPackages '*(puppeteer*|playwright*|automation-extra*|@extra*) fails to return an output on my PC?

dstampher avatar Apr 29 '22 20:04 dstampher

+1

iaminnasr avatar Jun 25 '22 08:06 iaminnasr

Same here. It's detected.

elandorr avatar Jun 25 '22 09:06 elandorr

Same problem. :)

magiclovexxx avatar Jun 26 '22 04:06 magiclovexxx

Same problem! +1

tylerthecoder avatar Aug 29 '22 20:08 tylerthecoder

Same problem

bfwg avatar Nov 27 '22 20:11 bfwg

Same problem and "6417 lies detected"

Liberateur avatar Dec 07 '22 00:12 Liberateur

Same problem!

Fusseldieb avatar Dec 03 '23 19:12 Fusseldieb