Skip to content

Instantly share code, notes, and snippets.

@nkbai
nkbai / bdx_race_probe.html
Created September 17, 2026 14:17
BDX race probe
<!doctype html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>BDX race probe</title>
<style>
body{font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;margin:0;padding:16px;background:#111;color:#eee}
h1{font-size:18px;margin:0 0 12px}
button{display:block;width:100%;margin:8px 0;padding:12px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-size:15px}
pre{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:14px;padding:12px;background:#000;border-radius:8px}
</style>