fbi-proxy 1.18.0

A fast and flexible proxy server for intercepting and modifying HTTP/HTTPS requests
Documentation
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>web-code</title>
    <style>
      html,
      body {
        margin: 0;
        height: 100%;
        background: #1e1e1e;
        color: #ccc;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      }
      #frame {
        border: 0;
        width: 100vw;
        height: 100vh;
        display: block;
      }
      #msg {
        padding: 2rem;
        line-height: 1.6;
      }
      code {
        background: #2d2d2d;
        padding: 0.15rem 0.4rem;
        border-radius: 4px;
      }
    </style>
  </head>
  <body>
    <div id="msg">Loading VS Code…</div>
    <iframe id="frame" hidden></iframe>
    <script type="module" src="/shell.ts"></script>
  </body>
</html>