<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-07-26T22:18:52.530Z">
<
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 ZIM 157/7 (20) vs IND
192/5 (Newman Nyamhuri 1(1) Ryan Burl 54(43)) | Zimbabwe vs India, 3rd T20I, India tour of Zimbabwe 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ZIM 157/7 (20) vs IND
192/5 (Newman Nyamhuri 1(1) Ryan Burl 54(43)) | Zimbabwe vs India, 3rd T20I, India tour of Zimbabwe 2026 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz';
let latest_update =
'W';
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>
View all overs
</p>
<p>
Mayank Yadav to Newman Nyamhuri, 1 run, good yorker to end the series as Nyamhuri manages to squeeze it to mid-on for a single. With that, India complete a whitewash over Zimbabwe
</p>
<p>
Mayank Yadav to Brad Evans, out Caught by Rinku Singh!! Banged into the surface at good pace. Evans looks to heave it down the ground but gets it off the toe end, and Rinku Singh makes no mistake with a straightforward catch at cover. Brad Evans c Rinku Singh b Mayank Yadav 14(13) [6s-1]
</p>
<p>
Mayank Yadav to Brad Evans, wide, short but the line is well outside leg, wide given
</p>
<p>
Mayank Yadav to Brad Evans, 2 runs, nicely stopped at backward point, but he ends up conceding an extra run with an unnecessary overthrow. Very full outside off as Evans squeezes it to backward point, where Harsh Dubey dives to his right to make a good stop. However, his throw at the non-striker's end allows the batters to sneak an extra run
</p>
<p>
Mayank Yadav to Ryan Burl, 1 run, 137kph back of a length delivery, Burl pulls it to deep square leg and moves to the other end
</p>
<p>
Mayank Yadav to Ryan Burl, wide, full at 145kph but it's outside leg, Burl leaves it alone for the keeper as the umpire calls it a wide
</p>
<p>
Mayank Yadav to Brad Evans, 1 run, short and into the body, Evans gets a top-edge while playing the pull but it doesn't carry to the fielder at deep square leg
</p>
<p>
Mayank Yadav to Brad Evans, no run, back of a length outside off, Evans tries to be clever and plays the reverse ramp, but makes no connection
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->