vladtreny

Results 50 comments of vladtreny

> Sounds good. PR to make this configurable would be welcome. Hello, Thank you for your work. Is it possible (as for now) to hide or configure this line SMTP...

levi, happy new year, this plugin is obsolete how i subscribed here

looks like need to compile with this flag --enable-ares

transpileOnly is not a solution, then what is the point of using typescript. As for now, stick with node 19. Nothing to do. 20, 21 do not provide any must-have...

Temporary solution, very detectable, but may work in dd ``` await page.evaluateOnNewDocument(() => { console.debug = console.log = ()=>{} }) ``` ``` console.debug = console.log = ()=>{} // test: console.info(!!(""...

Friend, your article is absolutely wrong... You completely do not understand the cause of this issue. Please stop spamming these threads.

send full code to reproduce better compile everything in one file

Remove this puppeteer.use(StealthPlugin()); And add this const stealth = StealthPlugin() stealth.enabledEvasions.delete('iframe.contentWindow') stealth.enabledEvasions.delete('media.codecs') puppeteer.use(stealth)

^ This is easily detectable `WebGLRenderingContext.prototype.getParameter.toString()`

> From "The list" https://publicsuffix.org/list/public_suffix_list.dat. gov.vc is declared as a tld. > I do not know how to handle thoses cases (where it is both used as a tld AND...