<
!DOCTYPE html>
<
head>
<
title>CricCode : Live Cricket Score Board, exactly the way programmers like.</
title>
<
meta http-equiv=
"last-updated" content=
"2026-05-20T10:14:55.703Z">
<
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 291/8 (50) vs SL
298/6 (Tony Munyonga 43(52) Blessing Muzarabani 1(1)) | Zimbabwe vs Sri Lanka, 1st ODI, Sri Lanka tour of Zimbabwe, 2025 Live Cricket Stream, live scores, ball-by-ball commentary, highlights, videos, news, and more in USA & Canada | Cricbuzz-->
<
script>
let title =
'ZIM 291/8 (50) vs SL
298/6 (Tony Munyonga 43(52) Blessing Muzarabani 1(1)) | Zimbabwe vs Sri Lanka, 1st ODI, Sri Lanka tour of Zimbabwe, 2025 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>
Madushanka to Munyonga, 1 run, Sri Lanka win by 7 runs. Length delivery and angling away from the right-hander outside off, Munyonga gets forward to loft, slices it, mid-off runs back and doesn't go for the catch, allows the ball to fall in front of him and it's just one, Sri Lanka have pulled this one off under dark skies and with the lights on
</p>
<p>
Madushanka to Munyonga, no run, that should be that. A low full-toss and angling away from the right-hander just outside off, Munyonga drives and misses, a dot and a legal delivery next will do it for Sri Lanka
</p>
<p>
Madushanka to Muzarabani, 1 run, full just outside off, Muzarabani drives hard and straight to long-on, Munyonga won't go for two
</p>
<p>
Madushanka to Ngarava, out Bowled!! Hat-trick for Madushanka. Was always on the cards with the way Ngarava plays. A crude slog to leg to a length delivery on off and middle, misses and the stumps are rearranged. This was tailing back in at pace too. Ngarava b Madushanka 0(1)
</p>
<p>
Madushanka to Brad Evans, out Caught by Asitha Fernando!! Two in two for Madushanka. Low full-toss just outside off, Brad Evans shuffles across to scoop and doesn't get a good connection on it. Asitha runs back from backward square-leg and takes a simple catch. Madushanka on a hat-trick and the task suddenly gets so much tougher for Zimbabwe. Brad Evans c Asitha Fernando b Madushanka 0(1)
</p>
<p>
Madushanka to Raza, out Bowled!! The middle-stump takes a beating and that should seal the game for Sri Lanka. Madushanka has not had a great day but delivers when it matters. The off-side had 3 in the ring, so Raza tried to go leg-side and misses a low full-toss, he shuffles across to scoop and misses. The middle-stump is down and so are Zimbabwe's hopes. Raza falls for a superb 92. Raza b Madushanka 92(87) [4s-8]
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->