jjyuhub
jjyuhub
That’s a great idea. I have been thinking of starting a website for sharing and comparing evaluation results, but I haven’t found anyone who is interested in collaborating with me....
Thank you for your reply. I liked and agreed with most of the suggestions, except for the last one. I think average/best/worst results might not be the most optimal metric...
> @jjyuhub I believe this to be an excellent proposal. My primary interest lies in the analysis and identification of the root causes behind these evaluation results. I'm confident that...
> > any solution? > > use [puppeteer-real-browser](https://github.com/zfcsoftware/puppeteer-real-browser) It doesn't solve Turnstile!
> Send minimum code to reproduce See workfile: https://github.com/jjyuhub/Grok3Proxy/actions/runs/14232391712/workflow
@rdelcampog [grokcloudflare.js.zip](https://github.com/user-attachments/files/19578371/grokcloudflare.js.zip): ``` const puppeteer = require('puppeteer-extra'); const StealthPlugin = require('puppeteer-extra-plugin-stealth'); puppeteer.use(StealthPlugin()); (async () => { const browser = await puppeteer.launch({ headless: false, args: [ '--no-sandbox', '--disable-setuid-sandbox', '--window-size=1280,800', '--user-agent=Mozilla/5.0 (Windows...
> let stealth = StealthPlugin() > stealth.enabledEvasions.delete('iframe.contentWindow') > stealth.enabledEvasions.delete('media.codecs') > stealth.enabledEvasions.delete('user-agent-override') > puppeteer.use(stealth) Working with home network WiFi, not working on VPN, not working on Github Actions runner.
> They probably detect your IP. If you manually click on checkbox, will it pass? No, it will still fail the Cloudflare turnstile upon registration.
> [@vladtreny](https://github.com/vladtreny) Can you explain your stealth config? How do it make bypass Cloudflare bot or Cloudflare turnstile? > > > try this one. > > ``` > > let...