<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2025-11-16T15:52:34.305Z">
<
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 BRAZIL 125 vs MEX
179/5 (Felipe Othavio Muniz 1(2) ) | Brazil vs Mexico, 3rd Match, Sun, Nov 2, South American Mens Championships 2025 | Cricbuzz.com-->
<
script>
let title =
'BRAZIL 125 vs MEX
179/5 (Felipe Othavio Muniz 1(2) ) | Brazil vs Mexico, 3rd Match, Sun, Nov 2, South American Mens Championships 2025 | Cricbuzz.com';
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>
Yashvanth Jasti to Luiz Gabriel, out Caught by Gurpreet Singh!! Luiz Gabriel c Gurpreet Singh b Yashvanth Jasti 5(13)
</p>
<p>
Yashvanth Jasti to Felipe Muniz, 1 run
</p>
<p>
Yashvanth Jasti to Felipe Muniz, no run
</p>
<p>
Yashvanth Jasti to Luiz Gabriel, 1 run
</p>
<p>
Yashvanth Jasti to Luiz Gabriel, no run
</p>
<p>
Yashvanth Jasti to Luiz Gabriel, no ball
</p>
<p>
Yashvanth Jasti to Luiz Gabriel, no ball
</p>
<p>
0 1 0 0 6 W (7 runs)BRAZIL 121-8Gabriel Oliveira6(6)Luiz Gabriel Moras Frazao4(8)Pratik Singh Bais4-0-22-2
</p>
<p>
Pratik Singh to Gabriel Oliveira, out Caught by Praveen Santhanakrishnan!! Gabriel Oliveira c Praveen Santhanakrishnan b Pratik Singh 6(6) [6s-1]
</p>
<p>
Pratik Singh to Gabriel Oliveira, SIX
</p>
<p>
Pratik Singh to Gabriel Oliveira, no run
</p>
<p>
Pratik Singh to Gabriel Oliveira, no run
</p>
<p>
Pratik Singh to Luiz Gabriel, 1 run
</p>
<p>
Pratik Singh to Luiz Gabriel, no run
</p>
<p>
Over Summary: 0 1 0 0 6 W (7 runs)Gabriel Oliveira6(6)Luiz Gabriel Moras Frazao4(8)Gabriel Oliveira6(6)Gabriel OliveiraLuiz Gabriel Moras FrazaoPratik Singh Bais BRAZIL 121-86(6)Luiz Gabriel Moras Frazao4(8)4(8)Pratik Singh Bais4-0-22-24-0-22-2
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->