<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-04T01:23:25.105Z">
<
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 | Warriors vs Lions, 23rd Match, CSA Four-Day Series Division One 2025-26-->
<
script>
let title =
'Cricket commentary | Warriors vs Lions, 23rd Match, CSA Four-Day Series Division One 2025-26';
let latest_update =
'Day 3: Stumps - Lions lead by 221 runs';
let live_score =
'305';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Connor Esterhuizen';
let score =
'12';
let fours =
'1';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Senuran Muthusamy';
let overs =
'9';
let runs =
'12';
let wickets =
'2';
}
// Other details
let other_info = {
let partner_ship =
'0(1)';
let recent_balls =
'';
let last_wicket =
'0 runs, 0 wkts';
let current_run_rate =
'2.81';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy Commentary
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->