When i use deno run --allow-all scripts/test-plugin.ts to test stealth plugin(already remove file name in playwright-stealth-plugin.disabled.ts), i found that this plugin is not loaded.
The log is below:
cdp-proxy-interceptor-ori % deno run --allow-all scripts/test-plugin.ts
[CDP PROXY] Starting CDP proxy on port 9225...
[PLUGINS] Skipping disabled plugin: advanced_plugin.disabled.ts
[PLUGINS] Skipping disabled plugin: simple_plugin.disabled.ts
[PLUGINS] Skipping disabled plugin: playwright-stealth-plugin.disabled.ts
Attempting to connect to debugger at http://localhost:63261/json/version
Successfully connected to debugger endpoint
Chrome started with PID: 75370 on port 63261
Listening on http://0.0.0.0:9225/ (http://localhost:9225/)
When i use deno run --allow-all scripts/test-plugin.ts to test stealth plugin(already remove file name in playwright-stealth-plugin.disabled.ts), i found that this plugin is not loaded.
The log is below:
cdp-proxy-interceptor-ori % deno run --allow-all scripts/test-plugin.ts[CDP PROXY] Starting CDP proxy on port 9225...[PLUGINS] Skipping disabled plugin: advanced_plugin.disabled.ts[PLUGINS] Skipping disabled plugin: simple_plugin.disabled.ts[PLUGINS] Skipping disabled plugin: playwright-stealth-plugin.disabled.tsAttempting to connect to debugger at http://localhost:63261/json/versionSuccessfully connected to debugger endpointChrome started with PID: 75370 on port 63261Listening on http://0.0.0.0:9225/ (http://localhost:9225/)