captchaforge 0.2.39

Captcha detection and solving for Firefox and BiDi-driven browsers. Detection, vendor solver scaffolding, trusted cross-origin click delivery into nested OOPIFs, and stealth personas are implemented and tested; broad live-vendor solve rates are not yet benchmarked.
Documentation
<!DOCTYPE html>
<html>
<head>
  <title>buzzcaptcha, buzzcaptcha security verification</title>
  <meta charset="utf-8">
  <meta name="vendor" content="buzzcaptcha">
  <style>
    .buzzcaptcha-banner { font-family: system-ui; padding: 12px; }
    .buzzcaptcha-banner h1 { color: #b00020; margin: 0; }
  </style>
</head>
<body>
  <!-- vendor cookies: none documented -->
  <!-- expected window globals: none -->
  <header class="buzzcaptcha-banner">
    <h1>Buzzcaptcha verification</h1>
    <p>Confirm you are human to continue. Vendor: buzzcaptcha.</p>
  </header>
  <noscript>JavaScript is required to complete the buzzcaptcha challenge.</noscript>
  <footer class="buzzcaptcha-footer">Reference page generated for buzzcaptcha.</footer>
  <div class="buzzcaptcha"></div>
  <div data-buzzcaptcha></div>
</body>
</html>