<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-12-04T23:40:27.634Z">
<
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 | Argentina vs Brazil, 2nd T20I, Brazil tour of Argentina 2025-->
<
script>
let title =
'Cricket commentary | Argentina vs Brazil, 2nd T20I, Brazil tour of Argentina 2025';
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>
Luiz Gabriel to Pedro Baron, no run
</p>
<p>
0 4 0 4 1 0 (9 runs)ARG 9-0Agustin Husain0(1)Pedro Baron9(5)Luiz Morais1-0-9-0
</p>
<p>
Luiz Morais to Agustin Husain, no run
</p>
<p>
Luiz Morais to Pedro Baron, 1 run
</p>
<p>
Luiz Morais to Pedro Baron, FOUR
</p>
<p>
Luiz Morais to Pedro Baron, no run
</p>
<p>
Luiz Morais to Pedro Baron, FOUR
</p>
<p>
Luiz Morais to Pedro Baron, no run
</p>
<p>
Agustin Rivero to Felipe Muniz, out Bowled!! Felipe Muniz b Agustin Rivero 1(6)
</p>
<p>
Agustin Rivero to Gabriel Oliveira, 1 run
</p>
<p>
0 0 1 1 0 0 (2 runs)BRAZIL 107-9Felipe Muniz1(5)Gabriel Oliveira3(6)Alan Kirschbaum4-0-8-3
</p>
<p>
Alan Kirschbaum to Felipe Muniz, no run
</p>
<p>
Alan Kirschbaum to Felipe Muniz, no run
</p>
<p>
Alan Kirschbaum to Gabriel Oliveira, 1 run
</p>
<p>
Alan Kirschbaum to Felipe Muniz, 1 run
</p>
<p>
Alan Kirschbaum to Felipe Muniz, no run
</p>
<p>
Over Summary: 0 4 0 4 1 0 (9 runs)Agustin Husain0(1)Pedro Baron9(5)Agustin Husain0(1)Agustin HusainPedro BaronLuiz Morais ARG 9-00(1)Pedro Baron9(5)9(5)Luiz Morais1-0-9-01-0-9-0
</p>
<p>
Over Summary: 0 0 1 1 0 0 (2 runs)Felipe Muniz1(5)Gabriel Oliveira3(6)Felipe Muniz1(5)Felipe MunizGabriel OliveiraAlan Kirschbaum BRAZIL 107-91(5)Gabriel Oliveira3(6)3(6)Alan Kirschbaum4-0-8-34-0-8-3
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->