8 comments

  • nater5000 27 minutes ago
    >It doesn't pretend to be invisible: when a site throws an interactive challenge (reCAPTCHA, Turnstile) NeoBrowser detects it and hands control back with a real-session or human path — that honesty is what makes it dependable.

    Maybe it's just me, but if you can't be bothered to clean up your vibecoded README, I'm going to assume I'd be better off just vibecoding my own version of this solution.

  • Icingdeath 45 minutes ago
    When I need an coding agent to interact with an existing session I just use

    /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 --user-data-dir=/tmp/chrome-profile-stable and tell it

    • pitiflautico 13 minutes ago
      That's supported as a first-class mode: NEOBROWSER_ATTACH_PORT=9222 attaches to your running Chrome and never patches or kills it. The cookie-import path exists for when you'd rather not keep a debug port open.
    • huflungdung 38 minutes ago
      Much money has been made by wrapping up simple commands
  • dbbk 35 minutes ago
    Doesn't Claude already do this?
  • billylo 42 minutes ago
    This pattern of using original source code and rewrite to improve them (and get rid of technical debt) is very real. I did one for an old app in Objective C, move it to Flutter and said goodbye to my old //TODOs. And get an Android build as a bonus. :-)
  • dmix 30 minutes ago
    I use BrowserOS for this, which is also a yc company

    The fingerprint and mouse thing is interesting though

  • nateb2022 56 minutes ago
    • sanex 51 minutes ago
      Any opinion on browser-use vs Vercel's agent browser or Claude's built in chrome driver?
      • nateb2022 23 minutes ago
        browser-use is a lot more capable and generally more efficient, and a lot easier to embed in other programs than Claude's driver. I haven't used Vercel's agent browser enough to speak to it.
    • pitiflautico 13 minutes ago
      [dead]
  • Johnny_Bonk 1 hour ago
    Interesting, I will have to check this out as a lot of what I do everyday involves asking claude and chat go use my signed in profile, I even built a skill for it with some other tools.
  • pitiflautico 1 hour ago
    [flagged]