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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <title>KeyCAPTCHA, visual verification</title>
  <meta charset="utf-8">
  <meta name="vendor" content="keycaptcha">
  <script src="https://www.keycaptcha.com/swfs/cap.js"></script>
</head>
<body>
  <header class="keycaptcha-banner">
    <h1>KeyCAPTCHA verification</h1>
    <p>Confirm you are human to continue. Vendor: keycaptcha drag-and-drop puzzle.</p>
  </header>
  <div id="capcode"></div>
  <div id="keycaptcha"></div>
</body>
</html>