Skip to content

Instantly share code, notes, and snippets.

View hacksanju's full-sized avatar

Sanjay Ghodake hacksanju

View GitHub Profile
cat > ~/lark/poc2.html << 'EOF'
<!DOCTYPE html>
<html>
<head><title>Bridge Test</title></head>
<body>
<h2>Lark Bridge PoC</h2>
<button onclick="probe()">Probe Bridge</button>
<button onclick="getUserInfo()">Get User Info</button>
<pre id="out" style="background:#000;color:#0f0;padding:10px"></pre>
<script>
<!DOCTYPE html>
<html>
<head>
<title>Lark XBridge Test</title>
</head>
<body>
<h1>XBridge Probe</h1>
<button onclick="probe()">Probe Bridge</button>
<pre id="out"></pre>
<script>