8 comments

  • nater500017 minutes ago
    &gt;It doesn&#x27;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.<p>Maybe it&#x27;s just me, but if you can&#x27;t be bothered to clean up your vibecoded README, I&#x27;m going to assume I&#x27;d be better off just vibecoding my own version of this solution.
  • Icingdeath35 minutes ago
    When I need an coding agent to interact with an existing session I just use<p>&#x2F;Applications&#x2F;Google\ Chrome.app&#x2F;Contents&#x2F;MacOS&#x2F;Google\ Chrome --remote-debugging-port=9222 --user-data-dir=&#x2F;tmp&#x2F;chrome-profile-stable and tell it
    • pitiflautico3 minutes ago
      That&#x27;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&#x27;d rather not keep a debug port open.
    • huflungdung28 minutes ago
      Much money has been made by wrapping up simple commands
  • dbbk25 minutes ago
    Doesn&#x27;t Claude already do this?
  • billylo33 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 &#x2F;&#x2F;TODOs. And get an Android build as a bonus. :-)
  • dmix21 minutes ago
    I use BrowserOS for this, which is also a yc company<p>The fingerprint and mouse thing is interesting though
  • nateb202246 minutes ago
    <a href="https:&#x2F;&#x2F;github.com&#x2F;browser-use&#x2F;browser-use" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;browser-use&#x2F;browser-use</a> has been great so far
    • sanex41 minutes ago
      Any opinion on browser-use vs Vercel&#x27;s agent browser or Claude&#x27;s built in chrome driver?
      • nateb202213 minutes ago
        browser-use is a lot more capable and generally more efficient, and a lot easier to embed in other programs than Claude&#x27;s driver. I haven&#x27;t used Vercel&#x27;s agent browser enough to speak to it.
    • pitiflautico4 minutes ago
      [dead]
  • Johnny_Bonk1 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.
  • pitiflautico1 hour ago
    [flagged]