<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-03-16T20:47:31.049Z">
<
meta name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta name=
"twitter:creator" data-title=
"Pankaj Tanwar" content=
"https://x.com/the2ndfloorguy/">
<
meta name=
"keywords" content=
"Heavily inspired from remoteok.com/vscode by levelsio"<
meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
<!-- Checkout details of match Cricket commentary | Botswana vs Lesotho, 5th T20I, Lesotho tour of Botswana, 2026-->
<
script>
let title =
'Cricket commentary | Botswana vs Lesotho, 5th T20I, Lesotho tour of Botswana, 2026';
let latest_update =
'';
let live_score =
'';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'';
let score =
'';
let fours =
'';
let sixes =
'';
}
// Bowler details
let bowler = {
let name =
'';
let overs =
'';
let runs =
'';
let wickets =
'';
}
// Other details
let other_info = {
let partner_ship =
'';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
<p>
Dhruvkumar Maisuria to Bahlakoana Mejaro, out Bowled!! Bahlakoana Mejaro b Dhruvkumar Maisuria 0(2)
</p>
<p>
Dhruvkumar Maisuria to Bahlakoana Mejaro, no run
</p>
<p>
Dhruvkumar Maisuria to Inshaf Farook, out Bowled!! Inshaf Farook b Dhruvkumar Maisuria 10(16) [4s-1]
</p>
<p>
1 W 0 0 0 W (1 runs)LSO 30-8Tanki Khetsi0(4)Inshaf Farook10(15)Katlo Piet3-0-12-4
</p>
<p>
Katlo Piet to Tanki Khetsi, out Stumped!! Tanki Khetsi st Valentine Mbazo b Katlo Piet 0(4)
</p>
<p>
Katlo Piet to Tanki Khetsi, no run
</p>
<p>
Katlo Piet to Tanki Khetsi, no run
</p>
<p>
Katlo Piet to Tanki Khetsi, no run
</p>
<p>
Katlo Piet to Lefulere Monanthane, out Caught by Dhruvkumar Maisuria!! Lefulere Monanthane c Dhruvkumar Maisuria b Katlo Piet 0(4)
</p>
<p>
Katlo Piet to Inshaf Farook, 1 run
</p>
<p>
0 0 0 1 0 0 (1 runs)LSO 29-6Lefulere Monanthane0(3)Inshaf Farook9(14)Dhruvkumar Maisuria1-0-1-0
</p>
<p>
Dhruvkumar Maisuria to Lefulere Monanthane, no run
</p>
<p>
Dhruvkumar Maisuria to Lefulere Monanthane, no run
</p>
<p>
Dhruvkumar Maisuria to Inshaf Farook, 1 run
</p>
<p>
Over Summary: 1 W 0 0 0 W (1 runs)Tanki Khetsi0(4)Inshaf Farook10(15)Tanki Khetsi0(4)Tanki KhetsiInshaf FarookKatlo Piet LSO 30-80(4)Inshaf Farook10(15)10(15)Katlo Piet3-0-12-43-0-12-4
</p>
<p>
Over Summary: 0 0 0 1 0 0 (1 runs)Lefulere Monanthane0(3)Inshaf Farook9(14)Lefulere Monanthane0(3)Lefulere MonanthaneInshaf FarookDhruvkumar Maisuria LSO 29-60(3)Inshaf Farook9(14)9(14)Dhruvkumar Maisuria1-0-1-01-0-1-0
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->