<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-02-06T23:15:52.878Z">
<
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 | Knights vs Eastern Storm, Final, CSA Four-Day Series Division Two 2025-26-->
<
script>
let title =
'Cricket commentary | Knights vs Eastern Storm, Final, CSA Four-Day Series Division Two 2025-26';
let latest_update =
'Day 1: Stumps';
let live_score =
'224/7(90)';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'Jesse Albanie';
let score =
'25';
let fours =
'4';
let sixes =
'0';
}
// Bowler details
let bowler = {
let name =
'Tiaan van Vuuren';
let overs =
'18';
let runs =
'53';
let wickets =
'1';
}
// 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.49';
}
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!-->